Commit Graph

4 Commits

Author SHA1 Message Date
GodlFire d10f8f66c7
Shivers: Fix rule logic for location 'Final Riddle: Guillotine Dropped' () 2024-01-15 04:48:44 +01:00
Kory Dondzila a99c1e15ad
Shivers: Fixes issue with office elevator rule logic. ()
Office elevator logic was written as
can reach Underground Tunnels OR can reach Office AND have Key for Office Elevator

Meaning that key for office elevator was not required if Underground Tunnels could be reached when it should be.

Changed to
(can reach Underground Tunnels OR can reach Office) AND have Key for Office Elevator
2024-01-12 00:48:22 +01:00
GodlFire 88c7484b3a
Shivers: Fixes rule logic for location 'puzzle solved three floor elevator' ()
Fixes rule logic for location 'puzzle solved three floor elevator'. Missing a parenthesis caused only the key requirement to be checked for the blue maze region.
2024-01-02 11:16:45 +01:00
GodlFire 8d41430cc8
Shivers: Implement New Game ()
Co-authored-by: Mathx2 <Mathx2@gmail.com>
Co-authored-by: Zach Parks <zach@alliware.com>
2023-11-24 17:23:45 -06:00