diff options
-rw-r--r-- | game/quest.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/quest.rpy b/game/quest.rpy index 9e96400..b738b83 100644 --- a/game/quest.rpy +++ b/game/quest.rpy @@ -46,7 +46,7 @@ label quest_select: python: worldmap=[] areamap=[] - for arx in allworld: + for arx in allworld["Main"]: arena=copy.copy(arx) name=arena.pop(0) req=arena.pop(0) |