Archipelago/worlds/yoshisisland
Thorsten Horberth 879c3407d8
Yoshi's World: Fixed minor logic inconsistincy in Rules.py (#3241)
* Fixed Logic in Rules.py

As of easy logic of this goal is
    set_rule(world.multiworld.get_location("GO! GO! MARIO!!: Stars", player), lambda state: logic.has_midring(state) or (state.has("Tulip", player) and logic.cansee_clouds(state)))
normal logic shouldn't need any collectable.

* Corrected Logic Rules.py
2024-05-04 04:29:12 +02:00
..
docs Yoshi's Island: Fix Outdated Connection Setup (#3113) 2024-04-14 02:23:59 +02:00
Client.py
Items.py Yoshi's Island: Minor Fixes (#3142) 2024-04-18 18:40:00 +02:00
Locations.py
Options.py Yoshi's Island: Minor Fixes (#3142) 2024-04-18 18:40:00 +02:00
Regions.py
Rom.py
Rules.py Yoshi's World: Fixed minor logic inconsistincy in Rules.py (#3241) 2024-05-04 04:29:12 +02:00
__init__.py Fix typo (#3094) 2024-04-10 00:05:02 -04:00
level_logic.py
setup_bosses.py
setup_game.py Yoshi's Island: Minor Fixes (#3142) 2024-04-18 18:40:00 +02:00