fix: bonk fairy used as mandatory connector in standard

fix: hmg multi-player issue
This commit is contained in:
aerinon
2025-01-08 09:47:44 -07:00
parent fe520626e9
commit 1bb7345a01
3 changed files with 14 additions and 11 deletions

View File

@@ -68,7 +68,7 @@ def connect_hmg_entrances_regions(world, player):
connection.connect(target)
# Add the new Ice path (back of bomb drop to front) to the world and model it properly
ip_clip_entrance = world.get_entrance('Ice Bomb Drop Clip', 1)
ip_clip_entrance = world.get_entrance('Ice Bomb Drop Clip', player)
clip_door = Door(player, "Ice Bomb Drop Clip", DoorType.Logical, ip_clip_entrance)
world.doors += [clip_door]
world.initialize_doors([clip_door])