Rewriting ships: Added shields and weapons holder
This commit is contained in:
parent
e2b9fa6c69
commit
95274d0a5b
17 changed files with 396 additions and 24 deletions
|
|
@ -26,7 +26,6 @@ func create(type : TYPE, progress_max : int, reward_money : float, restrictions
|
|||
|
||||
func do_progress() -> void:
|
||||
progress += 1
|
||||
print("sheesh")
|
||||
if progress >= progress_max:
|
||||
quest_ended.emit(true)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue