Logic pathfind instruction

This commit is contained in:
Anuken
2023-04-24 23:59:46 -04:00
parent 05f158fd51
commit 583a1c69b6
5 changed files with 23 additions and 3 deletions
+1 -1
View File
@@ -394,7 +394,7 @@ public class LExecutor{
case idle -> {
ai.control = type;
}
case move, stop, approach -> {
case move, stop, approach, pathfind -> {
ai.control = type;
ai.moveX = x1;
ai.moveY = y1;