feat: update candy logic
This commit is contained in:
@@ -299,7 +299,7 @@ func _try_activate_ghost() -> bool:
|
||||
return false
|
||||
|
||||
var gm = strategic_planner._get_candy_survival_manager()
|
||||
if not gm or not gm.is_active:
|
||||
if not gm or not gm.active:
|
||||
return false
|
||||
|
||||
var pid = actor.get("peer_id") if "peer_id" in actor else actor.name.to_int()
|
||||
|
||||
Reference in New Issue
Block a user