Update CHANGELOG, update all auto-generated docs

This commit is contained in:
Griatch 2024-06-14 12:43:17 +02:00
parent 74b754fab7
commit be8c024465
10 changed files with 371 additions and 16 deletions

View file

@ -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):
"""