From 44e34d7a159667affba9f697c12640f4522b9d68 Mon Sep 17 00:00:00 2001 From: Witchybun Date: Sun, 7 Jul 2024 00:20:00 -0500 Subject: [PATCH] Fix alecto --- worlds/stardew_valley/content/mods/alecto.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/worlds/stardew_valley/content/mods/alecto.py b/worlds/stardew_valley/content/mods/alecto.py index 13b8183b5749..c05c936de3c0 100644 --- a/worlds/stardew_valley/content/mods/alecto.py +++ b/worlds/stardew_valley/content/mods/alecto.py @@ -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,