sus cheat (fixes #209)

This commit is contained in:
pennyrigate 2023-11-05 21:24:47 -05:00
parent 436c604849
commit 82cc54fa26
3 changed files with 12 additions and 1 deletions

View file

@ -17,6 +17,7 @@ var moon_jump = false
var cfox_mode = false
var infinite_arrows = false
var prey_slaughtered = false
var sus_monster = false
# cheat code entry
var entry_index = 0
var entry = false
@ -189,3 +190,7 @@ func _enter_code():
Game.keys = 50
"WHATSTHATSMELL":
prey_slaughtered = true
"SUS":
var scrump = get_tree().get_nodes_in_group("scrump").pop_back()
scrump.sus_monster()
sus_monster = true