mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-29 22:43:25 -07:00
Fix bug where you can force non-local triforce pieces on a local triforce hunt.
This commit is contained in:
2
Rules.py
2
Rules.py
@@ -173,8 +173,6 @@ def item_name(state, location, player):
|
||||
|
||||
|
||||
def locality_rules(world, player):
|
||||
if world.goal[player] in ["localtriforcehunt", "localganontriforcehunt"]:
|
||||
world.local_items[player].add('Triforce Piece')
|
||||
if world.local_items[player]:
|
||||
for location in world.get_locations():
|
||||
if location.player != player:
|
||||
|
||||
Reference in New Issue
Block a user