Skip to content

Commit

Permalink
Fix alecto
Browse files Browse the repository at this point in the history
  • Loading branch information
Witchybun authored and agilbert1412 committed Jul 7, 2024
1 parent b410bed commit 44e34d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worlds/stardew_valley/content/mods/alecto.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class AlectoContentPack(ContentPack):

def harvest_source_hook(self, content: StardewContent):
if ModNames.distant_lands in content.registered_packs:
content.game_items.pop(DistantLandsSeed.void_mint)
content.game_items.pop(DistantLandsSeed.vile_ancient_fruit)
content.source_item(DistantLandsSeed.void_mint,
ForagingSource(regions=(Region.witch_swamp,), other_requirements=(QuestRequirement(ModQuest.WitchOrder),)),),
content.source_item(DistantLandsSeed.vile_ancient_fruit,
Expand Down

0 comments on commit 44e34d7

Please sign in to comment.