Merged DR v1.0.1.2

This commit is contained in:
codemann8
2022-08-25 16:18:24 -05:00
5 changed files with 9 additions and 33 deletions

View File

@@ -123,7 +123,6 @@ def fill_restrictive(world, base_state, locations, itempool, key_pool=None, sing
raise FillError('No more spots to place %s' % item_to_place)
world.push_item(spot_to_fill, item_to_place, False)
# todo: remove key item from key_pool
if item_to_place.smallkey:
with suppress(ValueError):
key_pool.remove(item_to_place)