From d6b73c355f1eac3bcb5503a37bdf75ec8d5b034f Mon Sep 17 00:00:00 2001 From: Nicholas Brochu Date: Sat, 30 Nov 2024 08:07:13 -0500 Subject: [PATCH] require 13->5 losses to get lucy's strip grue, fire, water death --- worlds/zork_grand_inquisitor/game_controller.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/worlds/zork_grand_inquisitor/game_controller.py b/worlds/zork_grand_inquisitor/game_controller.py index 47f32b3fcccf..079fa0d6b2ed 100644 --- a/worlds/zork_grand_inquisitor/game_controller.py +++ b/worlds/zork_grand_inquisitor/game_controller.py @@ -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