Release 2.4.5: Candy Survival sync & GoalsCycleManager improvements
Release / Build & Release (push) Successful in 7m23s

This commit is contained in:
2026-07-09 16:27:34 +08:00
parent 8573f8a85d
commit 203175178f
9 changed files with 101 additions and 30 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ func _ready():
# Safety check: Don't auto-randomize if game mode manages its own arena
if not (ResourceLoader.exists("res://scripts/managers/lobby_manager.gd") \
and get_node_or_null("/root/LobbyManager") \
and (get_node("/root/LobbyManager").game_mode == "Stop n Go")):
and (get_node("/root/LobbyManager").game_mode in ["Stop n Go", "Candy Survival"])):
randomize_grid()
validate_item_indices()