fix(candy-survival): restore ability to lift/carry roaming Tekton character
This commit is contained in:
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user