Synced the all playerboards, but there's still bugged while new player connected

This commit is contained in:
2025-02-11 16:21:23 +08:00
parent 7d022775d3
commit 39979b8e58
43 changed files with 3237 additions and 453 deletions
+1
View File
@@ -105,5 +105,6 @@ func tick(actor: Node, blackboard: Blackboard) -> int:
actor.has_performed_action = true
actor.action_points -= 1
blackboard.set_value("current_action", "idle")
actor._after_action_completed() # Add this line
return SUCCESS