Quest generating + quest adding interface + some bugfixes

This commit is contained in:
gotfishmakesticks 2023-11-16 16:46:31 +03:00
commit f4cf1ef4e9
7 changed files with 71 additions and 20 deletions

View file

@ -27,7 +27,7 @@ func _ready():
secondary_slot.add_child(Game.get_weapon("SingleRocketMk1").instantiate())
quest.create(Quest.TYPE.ELIMINATION, 2, 200)
#quest.create(Quest.TYPE.ELIMINATION, 2, 200)
func _process(_delta):
if hull.hp < 0: destroy()