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_great/rooms/Question Room How.txtpb | 2 +- data/maps/the_great/rooms/Question Room What.txtpb | 2 +- data/maps/the_great/rooms/Question Room When.txtpb | 2 +- data/maps/the_great/rooms/Question Room Who.txtpb | 2 +- data/maps/the_great/rooms/Under Question Room.txtpb | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) (limited to 'data/maps/the_great') diff --git a/data/maps/the_great/rooms/Question Room How.txtpb b/data/maps/the_great/rooms/Question Room How.txtpb index 2f759b8..2c4395b 100644 --- a/data/maps/the_great/rooms/Question Room How.txtpb +++ b/data/maps/the_great/rooms/Question Room How.txtpb @@ -6,7 +6,7 @@ panels { clue: "question" answer: "how" symbols: EXAMPLE - # "Panels/Question Proxies/question_3_proxied" <- this is just how again + proxies { answer: "how" path: "Panels/Question Proxies/question_3_proxied" } proxies { answer: "who" path: "Panels/Question Proxies/question_3_proxied2" } proxies { answer: "why" path: "Panels/Question Proxies/question_3_proxied3" } proxies { answer: "what" path: "Panels/Question Proxies/question_3_proxied4" } diff --git a/data/maps/the_great/rooms/Question Room What.txtpb b/data/maps/the_great/rooms/Question Room What.txtpb index 9cfd667..c7be6a9 100644 --- a/data/maps/the_great/rooms/Question Room What.txtpb +++ b/data/maps/the_great/rooms/Question Room What.txtpb @@ -10,6 +10,6 @@ panels { proxies { answer: "who" path: "Panels/Question Proxies/question_4_proxied2" } proxies { answer: "where" path: "Panels/Question Proxies/question_4_proxied3" } proxies { answer: "how" path: "Panels/Question Proxies/question_4_proxied4" } - # "Panels/Question Proxies/question_4_proxied5" <- this is just what again + proxies { answer: "what" path: "Panels/Question Proxies/question_4_proxied5" } proxies { answer: "when" path: "Panels/Question Proxies/question_4_proxied6" } } diff --git a/data/maps/the_great/rooms/Question Room When.txtpb b/data/maps/the_great/rooms/Question Room When.txtpb index e046edd..4de0d0f 100644 --- a/data/maps/the_great/rooms/Question Room When.txtpb +++ b/data/maps/the_great/rooms/Question Room When.txtpb @@ -8,7 +8,7 @@ panels { symbols: EXAMPLE proxies { answer: "when" path: "Panels/Question Proxies/question_1_proxied" } proxies { answer: "why" path: "Panels/Question Proxies/question_1_proxied2" } - # "Panels/Question Proxies/question_1_proxied3" <- this is just what again + proxies { answer: "what" path: "Panels/Question Proxies/question_1_proxied3" } proxies { answer: "who" path: "Panels/Question Proxies/question_1_proxied4" } proxies { answer: "how" path: "Panels/Question Proxies/question_1_proxied5" } proxies { answer: "where" path: "Panels/Question Proxies/question_1_proxied6" } diff --git a/data/maps/the_great/rooms/Question Room Who.txtpb b/data/maps/the_great/rooms/Question Room Who.txtpb index cbaba4b..f1d6eb7 100644 --- a/data/maps/the_great/rooms/Question Room Who.txtpb +++ b/data/maps/the_great/rooms/Question Room Who.txtpb @@ -7,7 +7,7 @@ panels { answer: "who" symbols: EXAMPLE proxies { answer: "why" path: "Panels/Question Proxies/question_2_proxied" } - # "Panels/Question Proxies/question_2_proxied2" <- this is just who again + proxies { answer: "who" path: "Panels/Question Proxies/question_2_proxied2" } proxies { answer: "where" path: "Panels/Question Proxies/question_2_proxied3" } proxies { answer: "how" path: "Panels/Question Proxies/question_2_proxied4" } proxies { answer: "what" path: "Panels/Question Proxies/question_2_proxied5" } diff --git a/data/maps/the_great/rooms/Under Question Room.txtpb b/data/maps/the_great/rooms/Under Question Room.txtpb index 249c0b4..4992632 100644 --- a/data/maps/the_great/rooms/Under Question Room.txtpb +++ b/data/maps/the_great/rooms/Under Question Room.txtpb @@ -6,5 +6,6 @@ panels { clue: "question" answer: "which" symbols: EXAMPLE + proxies { answer: "which" path: "Panels/General/question_1_proxy_1" } proxies { answer: "where" path: "Panels/General/question_1_proxy_2" } } -- cgit 1.4.1