counter added

This commit is contained in:
2023-10-26 20:33:22 -05:00
parent 66d5752ca9
commit 51e0098aa0
4 changed files with 10 additions and 2 deletions
+2
View File
@@ -150,6 +150,8 @@ public class aiInfoCmd extends AbstractDevCmd {
for (Integer outlawUUID : outlaws)
output += outlawUUID + newline;
}
output += "Walking: " + ((Mob) target).isMoving() + newline;
output += "Destination: " + ((Mob) target).destination;
throwbackInfo(playerCharacter, output);
}