Skip to content

Commit

Permalink
fix cards being visible on first render of the card game
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrochu committed Nov 23, 2024
1 parent cdbce91 commit b769fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/zork_grand_inquisitor/game_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ def _apply_permanent_game_state(self) -> None:
self._write_game_state_value_for(1341, 1) # Griff's Inflatable Raft Taken
self._write_game_state_value_for(1477, 1) # Griff's Air Pump Taken
self._write_game_state_value_for(1814, 1) # Griff's Dragon Tooth Taken
self._write_game_state_value_for(15424, 1) # Initial State of Card Game
self._write_game_state_value_for(15403, 0) # Lucy's Cards Taken
self._write_game_state_value_for(15404, 1) # Lucy's Cards Taken
self._write_game_state_value_for(15405, 4) # Lucy's Cards Taken
Expand Down

0 comments on commit b769fcc

Please sign in to comment.