mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 05:03:24 -07:00
CV64: Fix not having Clocktower Key3 when placed in a start_inventory (#5592)
This commit is contained in:
@@ -493,7 +493,7 @@ class LinksAwakeningWorld(World):
|
||||
loc.ladxr_item.item = 'PIECE_OF_POWER'
|
||||
else:
|
||||
loc.ladxr_item.item = 'GUARDIAN_ACORN'
|
||||
loc.ladxr_item.custom_item_name = loc.item.name
|
||||
loc.ladxr_item.setCustomItemName(loc.item.name)
|
||||
|
||||
if loc.item:
|
||||
loc.ladxr_item.item_owner = loc.item.player
|
||||
|
||||
Reference in New Issue
Block a user