Total keys fix for key logic
(Basic reductions do not affect amount of keys placed while crossed does)
This commit is contained in:
@@ -1387,7 +1387,7 @@ def create_key_counters(key_layout, world, player):
|
||||
state.key_locations = default_key_counts[key_layout.sector.name]
|
||||
else:
|
||||
builder = world.dungeon_layouts[player][key_layout.sector.name]
|
||||
state.key_locations = builder.key_doors_num - builder.key_drop_cnt
|
||||
state.key_locations = builder.total_keys - builder.key_drop_cnt
|
||||
state.big_key_special, special_region = False, None
|
||||
for region in key_layout.sector.regions:
|
||||
for location in region.locations:
|
||||
|
||||
Reference in New Issue
Block a user