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
..
2022-04-30 03:37:28 +02:00
2022-04-01 10:04:42 -04:00
2022-03-22 23:30:10 +01:00
2022-05-05 02:34:11 +02:00
2022-02-21 00:01:27 +01:00
2022-02-23 04:02:11 +01:00
2022-04-12 11:13:52 -04:00
2022-04-08 11:16:36 +02:00
2022-04-12 17:37:05 -04:00
2022-05-02 11:54:00 +02:00
2021-10-06 11:32:49 +02:00
2022-04-08 11:16:36 +02:00
2022-04-08 11:16:36 +02:00
2022-03-31 04:57:01 +02:00
2022-04-30 03:37:28 +02:00
2022-05-06 13:33:39 +02:00
2022-05-11 04:20:30 +02:00
2022-04-30 03:37:28 +02:00
2021-08-31 16:04:54 +02:00
2022-04-08 11:16:36 +02:00
2022-04-24 08:28:14 -07:00
2022-04-15 02:02:39 +02:00
2022-05-09 07:20:28 +02:00
2022-04-05 02:26:58 +02:00
2022-05-03 22:14:03 +02:00