mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-11 14:18:23 -07:00
Make triforce hunt item pool fully dynamic
This commit is contained in:
@@ -385,7 +385,7 @@ class World(object):
|
||||
|
||||
return False
|
||||
|
||||
def has_beaten_game(self, state, player: Union[None, int] = None):
|
||||
def has_beaten_game(self, state, player: Optional[int] = None):
|
||||
if player:
|
||||
return state.has('Triforce', player) or state.world.logic[player] == 'nologic'
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user