From 7238235eb7177160b4a9e7927177a26ecf690eb8 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Thu, 16 Jan 2020 19:24:18 +0100 Subject: [PATCH] fix gast_ganon --- Mystery.py | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Mystery.py b/Mystery.py index e2534560..b17b183f 100644 --- a/Mystery.py +++ b/Mystery.py @@ -158,7 +158,7 @@ def roll_settings(weights): 'pedestal': 'pedestal', 'triforce-hunt': 'triforcehunt' }[get_choice('goals')] - ret.openpyramid = ret.goal == 'fast_ganon' + ret.openpyramid = ret.goal == 'crystals' ret.crystals_gt = get_choice('tower_open') diff --git a/README.md b/README.md index e2a8a224..52a95ce9 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Notice (Team #1): [Hint]: Berserker's Progressive Sword can be found in Palace o Notice (Team #1): [Hint]: Berserker's Progressive Sword can be found in Ganons Tower - Map Chest in Will's World Mystery.py + * Fix fast_ganon not working at all currently * Defaults to generating a non-race ROM (Bonta's only makes race ROMs at this time) * If a race ROM is desired, pass --create-race as argument to it * When an error is generated due to a broken .yaml file, it now mentions in the error trace which file it is \ No newline at end of file