water breathing cheat

This commit is contained in:
penelope 2023-06-24 15:08:25 -04:00
parent b527bd27c3
commit ce394a29be
2 changed files with 104 additions and 25 deletions

View file

@ -129,3 +129,6 @@ func _enter_code():
"ESCARGOD":
var player = get_tree().get_nodes_in_group("player").pop_back()
player.state_chart.send_event("become_invulnerable")
"GILLS":
var player = get_tree().get_nodes_in_group("player").pop_back()
player.underwater = false

File diff suppressed because one or more lines are too long