mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06: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