Archipelago/worlds/smz3/TotalSMZ3
Alchav 976f34c19f Fix Harmless Hellway logic
Original logic from SMZ3 is:

items.KeyPD >= (GetLocation("Palace of Darkness - Harmless Hellway").ItemIs(KeyPD, World) ?
                        (items.Hammer && items.Bow && items.Lamp) || config.Keysanity ? 4 : 3 :
                        (items.Hammer && items.Bow && items.Lamp) || config.Keysanity ? 6 : 5))

I believe these parentheses are needed to correctly replicate this logic
2022-05-11 04:20:30 +02:00
..
Regions Fix Harmless Hellway logic 2022-05-11 04:20:30 +02:00
Text SMZ3: fix loading TextScript on systems that don't default to something utf-8 compatible (#384) 2022-04-01 01:14:20 -04:00
Config.py Add SMZ3 support (#270) 2022-03-15 13:55:57 +01:00
Item.py Add SMZ3 support (#270) 2022-03-15 13:55:57 +01:00
Location.py Add SMZ3 support (#270) 2022-03-15 13:55:57 +01:00
Patch.py [SMZ3] player count fix (#346) 2022-03-26 02:35:55 +01:00
Region.py Add SMZ3 support (#270) 2022-03-15 13:55:57 +01:00
World.py Add SMZ3 support (#270) 2022-03-15 13:55:57 +01:00
__init__.py Add SMZ3 support (#270) 2022-03-15 13:55:57 +01:00