mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Plandoing structures causes them to output in the spoiler log
This commit is contained in:
@@ -66,7 +66,7 @@ def link_minecraft_structures(world, player):
|
|||||||
|
|
||||||
for exit, struct in pairs.items():
|
for exit, struct in pairs.items():
|
||||||
world.get_entrance(exit, player).connect(world.get_region(struct, player))
|
world.get_entrance(exit, player).connect(world.get_region(struct, player))
|
||||||
if world.shuffle_structures[player]:
|
if world.shuffle_structures[player] or world.plando_connections[player]:
|
||||||
world.spoiler.set_entrance(exit, struct, 'entrance', player)
|
world.spoiler.set_entrance(exit, struct, 'entrance', player)
|
||||||
|
|
||||||
# (Region name, list of exits)
|
# (Region name, list of exits)
|
||||||
|
Reference in New Issue
Block a user