Possible fix for SK placement errors

This commit is contained in:
codemann8
2022-08-23 16:52:43 -05:00
parent c9823f28af
commit 270d10b698

View File

@@ -61,7 +61,7 @@ def fill_dungeons_restrictive(world, shuffled_locations):
small_state_base = all_state_base.copy()
for x in others:
small_state_base.collect(x, True)
fill(small_state_base, smalls, smalls)
fill(small_state_base, smalls, list(smalls))
random.shuffle(shuffled_locations)
fill(all_state_base, others, None)