mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
fix no_logic crash
This commit is contained in:
2
Rules.py
2
Rules.py
@@ -164,7 +164,7 @@ def crossover_logic(world, player):
|
||||
if location.player in no_logic_players:
|
||||
for item in progression_items:
|
||||
forbid_item(location, item, player)
|
||||
for item in item_name_groups["Small Keys"]:
|
||||
for item in item_name_groups["Small Keys"] - {"Small Key (Universal)"}:
|
||||
forbid_item(location, item, player)
|
||||
for item in item_name_groups["Big Keys"]:
|
||||
forbid_item(location, item, player)
|
||||
|
Reference in New Issue
Block a user