From 38e1f5d96f274a7f5b7c8202275b3e77a3009e0c Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 4 Nov 2025 15:08:37 -0500 Subject: Prevent The Unkempt - COLOR from disappearing --- apworld/client/maps/the_unkempt.gd | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 apworld/client/maps/the_unkempt.gd diff --git a/apworld/client/maps/the_unkempt.gd b/apworld/client/maps/the_unkempt.gd new file mode 100644 index 0000000..c907650 --- /dev/null +++ b/apworld/client/maps/the_unkempt.gd @@ -0,0 +1,4 @@ +func on_map_load(root): + # Prevent the COLOR panel from disappearing. + var color_tpl = root.get_node("/root/scene/Panels/Assorted/panel_1/teleportListener") + color_tpl.target_path = color_tpl -- cgit 1.4.1