Skip to content

Commit

Permalink
require 13->5 losses to get lucy's strip grue, fire, water death
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrochu committed Nov 30, 2024
1 parent 6af0dae commit d6b73c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions worlds/zork_grand_inquisitor/game_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,10 @@ def _apply_conditional_game_state(self):
else:
self._write_game_state_value_for(10998, 0)

# Lucy Strip Grue, Fire, Water Losses
if self._read_game_state_value_for(14568) < 8:
self._write_game_state_value_for(14568, 8)

def _apply_permanent_game_flags(self) -> None:
self._write_game_flags_value_for(13597, 2) # Monastery Vent
self._write_game_flags_value_for(9437, 2) # Monastery Exhibit Door to Outside
Expand Down

0 comments on commit d6b73c3

Please sign in to comment.