Revamp HMG logic

This commit is contained in:
KrisDavie
2024-12-16 00:06:54 +01:00
committed by aerinon
parent 1c33f793e0
commit 252a99f0d2
7 changed files with 71 additions and 121 deletions

View File

@@ -15,9 +15,6 @@ def link_overworld(world, player):
for exitname, regionname in inverted_mandatory_connections:
connect_simple(world, exitname, regionname, player)
if world.logic[player] in ['hybridglitches', 'nologic'] and not world.fix_palaceofdarkness_exit[player]:
connect_two_way(world, 'Palace of Darkness HMG Exit', 'Palace of Darkness HMG Entrance', player)
for forward_edge, back_edge in default_connections:
connect_two_way(world, forward_edge, back_edge, player)