Skip to content

Commit 371db53

Browse files
authored
Stardew Valley: morel doesn't spawn in fall secret woods (ArchipelagoMW#6003)
1 parent 5b99118 commit 371db53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

worlds/stardew_valley/content/vanilla/pelican_town.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
),
145145
Mushroom.morel: (
146146
Tag(ItemTag.FORAGE),
147-
ForagingSource(seasons=(Season.spring, Season.fall), regions=(Region.secret_woods,)),
147+
ForagingSource(seasons=(Season.spring,), regions=(Region.secret_woods,)),
148148
),
149149
Mushroom.red: (
150150
Tag(ItemTag.FORAGE),

0 commit comments

Comments
 (0)