about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-11-04 15:08:37 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2025-11-04 15:08:37 -0500
commit38e1f5d96f274a7f5b7c8202275b3e77a3009e0c (patch)
tree283a3cfbd1a571480adab8351b1114df3b52424f
parent452289b3b6247bb512b9353e0f2c6a9b7090be55 (diff)
downloadlingo2-archipelago-38e1f5d96f274a7f5b7c8202275b3e77a3009e0c.tar.gz
lingo2-archipelago-38e1f5d96f274a7f5b7c8202275b3e77a3009e0c.tar.bz2
lingo2-archipelago-38e1f5d96f274a7f5b7c8202275b3e77a3009e0c.zip
Prevent The Unkempt - COLOR from disappearing
-rw-r--r--apworld/client/maps/the_unkempt.gd4
1 files changed, 4 insertions, 0 deletions
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 @@
1func on_map_load(root):
2 # Prevent the COLOR panel from disappearing.
3 var color_tpl = root.get_node("/root/scene/Panels/Assorted/panel_1/teleportListener")
4 color_tpl.target_path = color_tpl