mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-28 02:13:28 -07:00
Update worlds/ahit/DeathWishLocations.py
Co-authored-by: Aaron Wagener <mmmcheese158@gmail.com>
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user