From 4c791aabbdcd3090dddb3d40266764356006c777 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 30 Aug 2025 08:34:13 -0400 Subject: [Data] Made proxies with the same answer as the panel explicit --- data/maps/the_colorful/doors.txtpb | 2 +- data/maps/the_colorful/rooms/Purple Room.txtpb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'data/maps/the_colorful') diff --git a/data/maps/the_colorful/doors.txtpb b/data/maps/the_colorful/doors.txtpb index 32470b2..ea68a8d 100644 --- a/data/maps/the_colorful/doors.txtpb +++ b/data/maps/the_colorful/doors.txtpb @@ -46,7 +46,7 @@ doors { type: STANDARD receivers: "Components/Doors/entry_7" panels { room: "Yellow Room" name: "CIRCLE" } - panels { room: "Purple Room" name: "FISH" } + panels { room: "Purple Room" name: "FISH" answer: "fish" } location_room: "Purple Room" } doors { diff --git a/data/maps/the_colorful/rooms/Purple Room.txtpb b/data/maps/the_colorful/rooms/Purple Room.txtpb index 4175c8d..9a94650 100644 --- a/data/maps/the_colorful/rooms/Purple Room.txtpb +++ b/data/maps/the_colorful/rooms/Purple Room.txtpb @@ -6,5 +6,6 @@ panels { clue: "fish" answer: "fish" symbols: PLANET + proxies { answer: "fish" path: "Panels/Hallway/panel_7a" } proxies { answer: "fishes" path: "Panels/Hallway/panel_7b" } } -- cgit 1.4.1