From 744c2ef5271c8f0f1284a30fef5d350e39961cb7 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Mon, 29 Jan 2024 14:20:50 -0600 Subject: [PATCH] Fix for HMG SP keys in pool --- ItemList.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ItemList.py b/ItemList.py index fa658559..e8e479cc 100644 --- a/ItemList.py +++ b/ItemList.py @@ -331,6 +331,8 @@ def generate_itempool(world, player): # In HMG force swamp smalls in pots to allow getting out of swamp palace placed_items['Swamp Palace - Trench 1 Pot Key'] = 'Small Key (Swamp Palace)' placed_items['Swamp Palace - Pot Row Pot Key'] = 'Small Key (Swamp Palace)' + pool.remove('Small Key (Swamp Palace)') + pool.remove('Small Key (Swamp Palace)') start_inventory = list(world.precollected_items) for item in precollected_items: