Stardew Valley: morel doesn't spawn in fall secret woods (#6003)

This commit is contained in:
Noa Aarts
2026-03-08 21:50:34 +01:00
committed by GitHub
parent 5b99118dda
commit 371db53371

View File

@@ -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),