player.gd refactor progress

This commit is contained in:
2025-12-03 18:16:00 +08:00
parent ead155afed
commit a97a8e68f6
22 changed files with 1461 additions and 596 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ func tick(actor: Node, blackboard: Blackboard) -> int:
return FAILURE
# Always return SUCCESS for bots in non-turn-based mode
if actor.is_bot and not main.turn_based_mode:
if actor.is_bot and not TurnManager.turn_based_mode:
return SUCCESS
# Update action points in blackboard