Quest save/load + beta tag for prereleases

This commit is contained in:
gotfishmakesticks 2023-11-16 17:51:07 +03:00
commit 33bcd65c53
5 changed files with 25 additions and 2 deletions

View file

@ -57,7 +57,7 @@ func timer_failed():
return
kill_quest(false)
func enemy_destroyed(enemy):
func enemy_destroyed(_enemy):
if quest.new:
return
if quest.type == quest.TYPE.ELIMINATION: