Quest system done
This commit is contained in:
parent
9bff79e019
commit
231ff2bb1d
10 changed files with 52 additions and 9 deletions
|
|
@ -66,5 +66,6 @@ func assign_to_player() -> Quest:
|
|||
quest.status = Quest.Status.Taken
|
||||
var temp_quest = quest
|
||||
quest = null
|
||||
base.quest = null
|
||||
make_answer(quest)
|
||||
return temp_quest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue