From a879e3fc8beaa2c7c5cc9a8cd86199c475d3a200 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Mon, 11 Jan 2021 20:45:59 +0100 Subject: [PATCH] use computed goal names for open_pyramid, just in case --- Mystery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mystery.py b/Mystery.py index a954c326..5cc51850 100644 --- a/Mystery.py +++ b/Mystery.py @@ -379,7 +379,7 @@ def roll_settings(weights, plando_options: typing.Set[str] = frozenset(("bosses" # 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', 'ganon_pedestal'} + ret.open_pyramid = ret.goal in {'crystals', 'ganontriforcehunt', 'localganontriforcehunt', 'ganonpedestal'} ret.crystals_gt = prefer_int(get_choice('tower_open', weights))