Stardew Valley: Turned the Treehouse into an unlockable item (#2004)

This commit is contained in:
agilbert1412
2023-07-21 13:56:03 -04:00
committed by GitHub
parent 7f180a6d5a
commit 57c1bc800c
5 changed files with 6 additions and 5 deletions

View File

@@ -415,6 +415,7 @@ def create_walnut_purchase_rewards(item_factory: StardewItemFactory, world_optio
items.extend([item_factory("Boat Repair"),
item_factory("Open Professor Snail Cave"),
item_factory("Ostrich Incubator Recipe"),
item_factory("Treehouse"),
*[item_factory(item) for item in items_by_group[Group.WALNUT_PURCHASE]]])