Skip to content

Commit

Permalink
Update regions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MrsMarinaRose committed May 1, 2024
1 parent fbdaf77 commit ba3c71b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions worlds/sms/regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ def sms_requirements_satisfied(state: CollectionState, requirements: Requirement
if requirements.blues is not None and not state.has("Blue Coin", world.player, requirements.blues):
return False

if requirements.yoshi and not state.has("Yoshi", world.player):
return False

if requirements.corona and not state.has("Shine Sprite", world.player, world.options.corona_mountain_shines.value):
return False

Expand Down

0 comments on commit ba3c71b

Please sign in to comment.