CV64: Fix not having Clocktower Key3 when placed in a start_inventory (#5592)

This commit is contained in:
threeandthreee
2025-11-14 20:20:53 -05:00
committed by GitHub
parent 557a284afd
commit e4b5591582

View File

@@ -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