Commit Graph
3 Commits
Author SHA1 Message Date
Kory DondzilaandGitHub d953927b3a Shivers: Renaming for clarity and consistency (#2869)
* Moves plaque location to front for better tracker referencing.

* Tiki should be Shaman.

* Hanging should be Gallows.

* Merrick spelling.

* Clarity change.
2024-03-12 23:17:18 +01:00
Kory DondzilaandGitHub a99c1e15ad Shivers: Fixes issue with office elevator rule logic. (#2690)
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
8d41430cc8 Shivers: Implement New Game (#1836)
Co-authored-by: Mathx2 <[email protected]>
Co-authored-by: Zach Parks <[email protected]>
2023-11-24 17:23:45 -06:00