Skip to content

Commit c925980

Browse files
committed
Slots rules name
1 parent 4e0eb03 commit c925980

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

worlds/ffx/rules.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -660,9 +660,9 @@ def set_rules(world: FFXWorld) -> None:
660660

661661
# Jupiter Sigil
662662
world.set_rule(world.get_location(world.location_id_to_name[244 | TreasureOffset]),
663-
CanReachLocation("Reels: Come 1st in a Blitzball Tournament (Attack Reels)") &
664-
CanReachLocation("Reels: Come 1st in a Blitzball League After Obtaining Attack Reels (Status Reels)") &
665-
CanReachLocation("Reels: Come 1st in a Blitzball Tournament After Obtaining both Attack & Status Reels (Aurochs Reels)"))
663+
CanReachLocation("Slots: Come 1st in a Blitzball Tournament (Attack Reels)") &
664+
CanReachLocation("Slots: Come 1st in a Blitzball League After Obtaining Attack Reels (Status Reels)") &
665+
CanReachLocation("Slots: Come 1st in a Blitzball Tournament After Obtaining both Attack & Status Reels (Aurochs Reels)"))
666666

667667
# -------------------------- Celestial Upgrades -------------------------- #
668668
celestial_upgrades = [

0 commit comments

Comments
 (0)