Skip to content

Commit

Permalink
commit so the tests run again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouramie committed Mar 22, 2024
1 parent 18dcdcf commit b509959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/stardew_valley/logic/logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ def can_succeed_luau_soup(self) -> StardewRule:
def can_succeed_grange_display(self) -> StardewRule:
if self.options.festival_locations != FestivalLocations.option_hard:
return True_()

animal_rule = self.animal.has_animal(Generic.any)
artisan_rule = self.artisan.can_keg(Generic.any) | self.artisan.can_preserves_jar(Generic.any)
cooking_rule = self.money.can_spend_at(Region.saloon, 220) # Salads at the bar are good enough
Expand Down

0 comments on commit b509959

Please sign in to comment.