From 06396b9bf2a16d333e5a65345bfbac347c892a08 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sun, 13 Sep 2020 17:13:47 +0200 Subject: [PATCH] Go back to always open pyramid with fast ganon --- Mystery.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Mystery.py b/Mystery.py index 8a304ee3..b80eeeaf 100644 --- a/Mystery.py +++ b/Mystery.py @@ -308,8 +308,10 @@ def roll_settings(weights): 'local_ganon_triforce_hunt': 'localganontriforcehunt' }[goal] - ret.open_pyramid = goal in ['fast_ganon', 'ganon_triforce_hunt', 'local_ganon_triforce_hunt'] \ - and ret.shuffle in {"vanilla", "dungeonssimple", "dungeonsfull"} + + #TODO consider moving open_pyramid to an automatic variable in the core roller, set to True when + # fast ganon + ganon at hole + ret.open_pyramid = goal in {'fast_ganon', 'ganon_triforce_hunt', 'local_ganon_triforce_hunt'} ret.crystals_gt = get_choice('tower_open', weights)