Update CHANGELOG, update all auto-generated docs
This commit is contained in:
parent
74b754fab7
commit
be8c024465
10 changed files with 371 additions and 16 deletions
|
|
@ -68,8 +68,8 @@ class EvAdventureQuest:
|
|||
self.data = self.questhandler.load_quest_data(self.key)
|
||||
self._current_step = self.get_data("current_step")
|
||||
|
||||
if not self.current_step:
|
||||
self.current_step = self.start_step
|
||||
if not self._current_step:
|
||||
self._current_step = self.start_step
|
||||
|
||||
def add_data(self, key, value):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue