diff --git a/worlds/stardew_valley/content/vanilla/pelican_town.py b/worlds/stardew_valley/content/vanilla/pelican_town.py index 3c2fb1a2da..72aa113543 100644 --- a/worlds/stardew_valley/content/vanilla/pelican_town.py +++ b/worlds/stardew_valley/content/vanilla/pelican_town.py @@ -144,7 +144,7 @@ pelican_town = ContentPack( ), Mushroom.morel: ( Tag(ItemTag.FORAGE), - ForagingSource(seasons=(Season.spring, Season.fall), regions=(Region.secret_woods,)), + ForagingSource(seasons=(Season.spring,), regions=(Region.secret_woods,)), ), Mushroom.red: ( Tag(ItemTag.FORAGE),