From e4b5591582d7acbc759f4c7e82a46a157b473d65 Mon Sep 17 00:00:00 2001 From: threeandthreee Date: Fri, 14 Nov 2025 20:20:53 -0500 Subject: [PATCH] CV64: Fix not having Clocktower Key3 when placed in a start_inventory (#5592) --- worlds/ladx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/ladx/__init__.py b/worlds/ladx/__init__.py index 9c5e9dd2e6..f112d52503 100644 --- a/worlds/ladx/__init__.py +++ b/worlds/ladx/__init__.py @@ -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