From 2e56a0444e6b236bb0f30f2780ce91ce607c6895 Mon Sep 17 00:00:00 2001 From: CookieCat <81494827+CookieCat45@users.noreply.github.com> Date: Mon, 13 May 2024 13:52:54 -0400 Subject: [PATCH] Update worlds/ahit/DeathWishLocations.py Co-authored-by: Aaron Wagener --- worlds/ahit/DeathWishLocations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/ahit/DeathWishLocations.py b/worlds/ahit/DeathWishLocations.py index 2866e2eb8c..366e045a6d 100644 --- a/worlds/ahit/DeathWishLocations.py +++ b/worlds/ahit/DeathWishLocations.py @@ -186,7 +186,7 @@ def create_dw_regions(world: "HatInTimeWorld"): dw_shuffle.append(dw_list[i]) # Seal the Deal is always last if it's the goal - if world.options.EndGoal.value == 3: + if world.options.EndGoal == EndGoal.option_seal_the_deal: if "Seal the Deal" in dw_shuffle: dw_shuffle.remove("Seal the Deal")