From 371db533717a1740d7f60224b380a6be21e8498d Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sun, 8 Mar 2026 21:50:34 +0100 Subject: [PATCH] Stardew Valley: morel doesn't spawn in fall secret woods (#6003) --- worlds/stardew_valley/content/vanilla/pelican_town.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),