fix(candy-survival): restore ability to lift/carry roaming Tekton character

This commit is contained in:
2026-07-08 16:49:22 +08:00
parent 37e5d96b55
commit 5797197097
2 changed files with 0 additions and 13 deletions
-3
View File
@@ -148,9 +148,6 @@ func handle_unhandled_input(event):
return
elif event.is_action_pressed("action_grab_tekton"):
if LobbyManager.game_mode == "Candy Survival":
get_viewport().set_input_as_handled()
return
if not player.is_carrying_tekton:
if player.powerup_manager and player.powerup_manager.has_method("can_use_special"):