This commit is contained in:
2ndbeam 2024-06-09 23:01:14 +03:00
commit 6c5350d47e
32 changed files with 114 additions and 186 deletions

View file

@ -19,6 +19,10 @@ var cargo = {}
## Current quest
var quest: Quest = null
func _ready():
super._ready()
star_system.ships.pop_back()
func destroy():
super.destroy()
if docking_base != null: