fix: vanilla key logic doesn't apply with universal keys
This commit is contained in:
@@ -262,6 +262,7 @@ def vanilla_key_logic(world, player):
|
||||
world.key_layout[player][builder.name] = key_layout
|
||||
log_key_logic(builder.name, key_layout.key_logic)
|
||||
# special adjustments for vanilla
|
||||
if world.keyshuffle[player] != 'universal':
|
||||
if world.mode[player] != 'standard' and world.dropshuffle[player] == 'none' :
|
||||
# adjust hc doors
|
||||
def adjust_hc_door(door_rule):
|
||||
|
||||
Reference in New Issue
Block a user