summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--00_init.rpy5
1 files changed, 3 insertions, 2 deletions
diff --git a/00_init.rpy b/00_init.rpy
index 8b74c56..7d843dc 100644
--- a/00_init.rpy
+++ b/00_init.rpy
@@ -167,8 +167,9 @@ init -3 python:
# Load quest data
f=open(get_path_if_exists("quests.json"), "r")
- allquests=json.load(f)
+ alltquests=json.load(f)
f.close()
+ allquests=alltquests["Main"]
# Load story data
f=open(get_path_if_exists("story.json"), "r")
@@ -187,7 +188,7 @@ init -3 python:
stdout("[OK] Game data loaded to memory")
tr_memcheck=True
- return tr_load
+ return True
def card_composite(cid, path):
# We need to try to get rarity