Initial work for fixing standard (basic only so far)

This commit is contained in:
aerinon
2020-01-17 16:35:18 -07:00
parent fd83eaa16e
commit da027d08ea
14 changed files with 210 additions and 70 deletions

View File

@@ -244,6 +244,7 @@ def distribute_items_restrictive(world, gftower_trash_count=0, fill_locations=No
fill_locations.reverse()
# Make sure the escape small key is placed first in standard keysanity to prevent running out of spots
# todo: crossed
if world.keysanity and world.mode == 'standard':
progitempool.sort(key=lambda item: 1 if item.name == 'Small Key (Escape)' else 0)