Skip to content

Commit

Permalink
add IGRAM and hotspot: purple words to requirements for crisis averte…
Browse files Browse the repository at this point in the history
…d. GUE Tech locks all exits when the zork rocks are activated so if your corridor is still infinite and it's your last check remaining, you are effectively screwed
  • Loading branch information
nbrochu committed Feb 19, 2024
1 parent 81e0f07 commit 3ad6ddb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions worlds/zork_grand_inquisitor/data/location_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ class ZorkGrandInquisitorLocationData(NamedTuple):
tags=(ZorkGrandInquisitorTags.CORE,),
requirements=(
ZorkGrandInquisitorEvents.ZORK_ROCKS_ACTIVATED,
ZorkGrandInquisitorItems.SPELL_IGRAM,
ZorkGrandInquisitorItems.HOTSPOT_PURPLE_WORDS,
ZorkGrandInquisitorItems.HOTSPOT_DENTED_LOCKER,
),
),
Expand Down
4 changes: 3 additions & 1 deletion worlds/zork_grand_inquisitor/test/test_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -2323,8 +2323,9 @@ def test_access_locations_requiring_hotspot_port_foozle_past_tavern_door(self) -

def test_access_locations_requiring_hotspot_purple_words(self) -> None:
locations: List[str] = [
ZorkGrandInquisitorLocations.DEATH_STEPPED_INTO_THE_INFINITE.value,
ZorkGrandInquisitorLocations.A_SMALLWAY.value,
ZorkGrandInquisitorLocations.CRISIS_AVERTED.value,
ZorkGrandInquisitorLocations.DEATH_STEPPED_INTO_THE_INFINITE.value,
]

self.assertAccessDependency(
Expand Down Expand Up @@ -2700,6 +2701,7 @@ def test_access_locations_requiring_spell_golgatem(self) -> None:
def test_access_locations_requiring_spell_igram(self) -> None:
locations: List[str] = [
ZorkGrandInquisitorLocations.A_SMALLWAY.value,
ZorkGrandInquisitorLocations.CRISIS_AVERTED.value,
ZorkGrandInquisitorLocations.DEATH_STEPPED_INTO_THE_INFINITE.value,
ZorkGrandInquisitorLocations.FAT_LOT_OF_GOOD_THATLL_DO_YA.value,
ZorkGrandInquisitorLocations.INVISIBLE_FLOWERS.value,
Expand Down

0 comments on commit 3ad6ddb

Please sign in to comment.