Initial work for fixing standard (basic only so far)
This commit is contained in:
1
Fill.py
1
Fill.py
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user