Update worlds/ahit/DeathWishLocations.py

Co-authored-by: Aaron Wagener <mmmcheese158@gmail.com>
This commit is contained in:
CookieCat
2024-05-13 13:52:54 -04:00
committed by GitHub
parent 4257552b51
commit 2e56a0444e

View File

@@ -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")