mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-16 04:03:36 -07:00
Added triforce hud options, expanded triforce requirement
This commit is contained in:
@@ -362,7 +362,7 @@ def generate_itempool(world, player: int):
|
||||
world.clock_mode[player] = clock_mode
|
||||
|
||||
if treasure_hunt_count is not None:
|
||||
world.treasure_hunt_count[player] = treasure_hunt_count
|
||||
world.treasure_hunt_count[player] = treasure_hunt_count % 999
|
||||
if treasure_hunt_icon is not None:
|
||||
world.treasure_hunt_icon[player] = treasure_hunt_icon
|
||||
|
||||
|
||||
Reference in New Issue
Block a user