mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-29 12:03:26 -07:00
Update worlds/ahit/DeathWishLocations.py
Co-authored-by: Aaron Wagener <mmmcheese158@gmail.com>
This commit is contained in:
@@ -195,10 +195,9 @@ def create_dw_regions(world: "HatInTimeWorld"):
|
||||
|
||||
world.dw_shuffle = dw_shuffle
|
||||
prev_dw = dw_map
|
||||
for i in range(len(dw_shuffle)):
|
||||
name = dw_shuffle[i]
|
||||
dw = create_region(world, name)
|
||||
connect_regions(prev_dw, dw, f"{prev_dw.name} -> {name}", world.player)
|
||||
for death_wish_name in dw_shuffle:
|
||||
dw = create_region(world, death_wish_name)
|
||||
prev_dw.connect(dw)
|
||||
create_dw_locations(world, dw)
|
||||
prev_dw = dw
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user