From 9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 20 Aug 2025 16:23:58 -0400 Subject: Converted puzzle symbols to an enum --- data/maps/the_bearer/rooms/Back Area.txtpb | 2 +- data/maps/the_bearer/rooms/Blue Animal (View).txtpb | 2 +- data/maps/the_bearer/rooms/Blue Planet (View).txtpb | 2 +- data/maps/the_bearer/rooms/Blue Town (View).txtpb | 2 +- data/maps/the_bearer/rooms/Blue Vegetable (View).txtpb | 2 +- data/maps/the_bearer/rooms/Butterfly Room.txtpb | 4 ++-- data/maps/the_bearer/rooms/Entry.txtpb | 16 ++++++++-------- data/maps/the_bearer/rooms/Green Planet (View).txtpb | 2 +- data/maps/the_bearer/rooms/Green Vegetable (View).txtpb | 2 +- data/maps/the_bearer/rooms/Orange Planet.txtpb | 2 +- data/maps/the_bearer/rooms/Orange Vegetable.txtpb | 2 +- data/maps/the_bearer/rooms/Purple Animal (View).txtpb | 2 +- data/maps/the_bearer/rooms/Purple Planet (View).txtpb | 2 +- data/maps/the_bearer/rooms/Purple Town (View).txtpb | 2 +- data/maps/the_bearer/rooms/Purple Vegetable (View).txtpb | 2 +- data/maps/the_bearer/rooms/Red Animal.txtpb | 4 ++-- data/maps/the_bearer/rooms/Red Planet.txtpb | 2 +- data/maps/the_bearer/rooms/Red Town.txtpb | 2 +- data/maps/the_bearer/rooms/Red Vegetable.txtpb | 2 +- data/maps/the_bearer/rooms/Yellow Planet.txtpb | 2 +- data/maps/the_bearer/rooms/Yellow Vegetable.txtpb | 2 +- 21 files changed, 30 insertions(+), 30 deletions(-) (limited to 'data/maps/the_bearer') diff --git a/data/maps/the_bearer/rooms/Back Area.txtpb b/data/maps/the_bearer/rooms/Back Area.txtpb index 5f0ec79..bd90b50 100644 --- a/data/maps/the_bearer/rooms/Back Area.txtpb +++ b/data/maps/the_bearer/rooms/Back Area.txtpb @@ -5,7 +5,7 @@ panels { path: "Panels/Entry/panel_3" clue: "color" answer: "brown" - symbols: "example" + symbols: EXAMPLE } ports { name: "TREE" diff --git a/data/maps/the_bearer/rooms/Blue Animal (View).txtpb b/data/maps/the_bearer/rooms/Blue Animal (View).txtpb index 0b60207..a13ce1d 100644 --- a/data/maps/the_bearer/rooms/Blue Animal (View).txtpb +++ b/data/maps/the_bearer/rooms/Blue Animal (View).txtpb @@ -5,5 +5,5 @@ panels { path: "Panels/Blue/panel_2" clue: "half" answer: "whale" - symbols: "sparkles" + symbols: SPARKLES } diff --git a/data/maps/the_bearer/rooms/Blue Planet (View).txtpb b/data/maps/the_bearer/rooms/Blue Planet (View).txtpb index 335fe0b..172565b 100644 --- a/data/maps/the_bearer/rooms/Blue Planet (View).txtpb +++ b/data/maps/the_bearer/rooms/Blue Planet (View).txtpb @@ -5,5 +5,5 @@ panels { path: "Panels/Blue/panel_4" clue: "tune" answer: "neptune" - symbols: "sparkles" + symbols: SPARKLES } diff --git a/data/maps/the_bearer/rooms/Blue Town (View).txtpb b/data/maps/the_bearer/rooms/Blue Town (View).txtpb index 69d9e89..f66eae9 100644 --- a/data/maps/the_bearer/rooms/Blue Town (View).txtpb +++ b/data/maps/the_bearer/rooms/Blue Town (View).txtpb @@ -5,5 +5,5 @@ panels { path: "Panels/Blue/panel_3" clue: "lice" answer: "police" - symbols: "sparkles" + symbols: SPARKLES } diff --git a/data/maps/the_bearer/rooms/Blue Vegetable (View).txtpb b/data/maps/the_bearer/rooms/Blue Vegetable (View).txtpb index 04beaea..f9443fd 100644 --- a/data/maps/the_bearer/rooms/Blue Vegetable (View).txtpb +++ b/data/maps/the_bearer/rooms/Blue Vegetable (View).txtpb @@ -5,5 +5,5 @@ panels { path: "Panels/Blue/panel_1" clue: "thorn" answer: "corn" - symbols: "zero" + symbols: ZERO } diff --git a/data/maps/the_bearer/rooms/Butterfly Room.txtpb b/data/maps/the_bearer/rooms/Butterfly Room.txtpb index b1b2be3..bd20505 100644 --- a/data/maps/the_bearer/rooms/Butterfly Room.txtpb +++ b/data/maps/the_bearer/rooms/Butterfly Room.txtpb @@ -5,14 +5,14 @@ panels { path: "Panels/Entry/panel_4" clue: "vibrant" answer: "colorful" - symbols: "sun" + symbols: SUN } panels { name: "DARKNESS" path: "Panels/Entry/panel_5" clue: "darkness" answer: "light" - symbols: "sun" + symbols: SUN } paintings { name: "BUTTERFLY" diff --git a/data/maps/the_bearer/rooms/Entry.txtpb b/data/maps/the_bearer/rooms/Entry.txtpb index 8c83a38..d7a8db6 100644 --- a/data/maps/the_bearer/rooms/Entry.txtpb +++ b/data/maps/the_bearer/rooms/Entry.txtpb @@ -5,56 +5,56 @@ panels { path: "Panels/Entry/panel_1" clue: "view" answer: "look" - symbols: "sun" + symbols: SUN } panels { name: "HOVER" path: "Panels/Entry/panel_2" clue: "hover" answer: "over" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "SQUISH" path: "Panels/Yellow/panel_1" clue: "squish" answer: "squash" - symbols: "sun" + symbols: SUN } panels { name: "MANE" path: "Panels/Yellow/panel_2" clue: "mane" answer: "lion" - symbols: "boxes" + symbols: BOXES } panels { name: "SCHOOL" path: "Panels/Yellow/panel_3" clue: "school" answer: "bus" - symbols: "example" + symbols: EXAMPLE } panels { name: "FLYTRAP" path: "Panels/Yellow/panel_4" clue: "flytrap" answer: "venus" - symbols: "example" + symbols: EXAMPLE } panels { name: "TOAD" path: "Panels/Green/panel_2" clue: "toad" answer: "frog" - symbols: "example" + symbols: EXAMPLE } panels { name: "CYCLING" path: "Panels/Green/panel_3" clue: "cycling" answer: "recycling" - symbols: "sparkles" + symbols: SPARKLES } ports { name: "UNYIELDING" diff --git a/data/maps/the_bearer/rooms/Green Planet (View).txtpb b/data/maps/the_bearer/rooms/Green Planet (View).txtpb index 42de587..79363bc 100644 --- a/data/maps/the_bearer/rooms/Green Planet (View).txtpb +++ b/data/maps/the_bearer/rooms/Green Planet (View).txtpb @@ -5,5 +5,5 @@ panels { path: "Panels/Green/panel_4" clue: "soil" answer: "earth" - symbols: "sun" + symbols: SUN } diff --git a/data/maps/the_bearer/rooms/Green Vegetable (View).txtpb b/data/maps/the_bearer/rooms/Green Vegetable (View).txtpb index 867b5f5..4bbab5d 100644 --- a/data/maps/the_bearer/rooms/Green Vegetable (View).txtpb +++ b/data/maps/the_bearer/rooms/Green Vegetable (View).txtpb @@ -5,5 +5,5 @@ panels { path: "Panels/Green/panel_1" clue: "spin" answer: "spinach" - symbols: "sparkles" + symbols: SPARKLES } diff --git a/data/maps/the_bearer/rooms/Orange Planet.txtpb b/data/maps/the_bearer/rooms/Orange Planet.txtpb index d7dff1a..0fbd929 100644 --- a/data/maps/the_bearer/rooms/Orange Planet.txtpb +++ b/data/maps/the_bearer/rooms/Orange Planet.txtpb @@ -5,5 +5,5 @@ panels { path: "Panels/Red/panel_4" clue: "mar" answer: "mars" - symbols: "planet" + symbols: PLANET } diff --git a/data/maps/the_bearer/rooms/Orange Vegetable.txtpb b/data/maps/the_bearer/rooms/Orange Vegetable.txtpb index 9ade2f1..d4f7b82 100644 --- a/data/maps/the_bearer/rooms/Orange Vegetable.txtpb +++ b/data/maps/the_bearer/rooms/Orange Vegetable.txtpb @@ -5,5 +5,5 @@ panels { path: "Panels/Red/panel_1" clue: "potato" answer: "tomato" - symbols: "zero" + symbols: ZERO } diff --git a/data/maps/the_bearer/rooms/Purple Animal (View).txtpb b/data/maps/the_bearer/rooms/Purple Animal (View).txtpb index 5e44b2b..7122059 100644 --- a/data/maps/the_bearer/rooms/Purple Animal (View).txtpb +++ b/data/maps/the_bearer/rooms/Purple Animal (View).txtpb @@ -5,5 +5,5 @@ panels { path: "Panels/Purple/panel_2" clue: "sunbass" answer: "starfish" - symbols: "example" + symbols: EXAMPLE } diff --git a/data/maps/the_bearer/rooms/Purple Planet (View).txtpb b/data/maps/the_bearer/rooms/Purple Planet (View).txtpb index 959d5b5..4ab506d 100644 --- a/data/maps/the_bearer/rooms/Purple Planet (View).txtpb +++ b/data/maps/the_bearer/rooms/Purple Planet (View).txtpb @@ -5,5 +5,5 @@ panels { path: "Panels/Purple/panel_4" clue: "dog" answer: "pluto" - symbols: "example" + symbols: EXAMPLE } diff --git a/data/maps/the_bearer/rooms/Purple Town (View).txtpb b/data/maps/the_bearer/rooms/Purple Town (View).txtpb index 1988321..40927f4 100644 --- a/data/maps/the_bearer/rooms/Purple Town (View).txtpb +++ b/data/maps/the_bearer/rooms/Purple Town (View).txtpb @@ -5,5 +5,5 @@ panels { path: "Panels/Purple/panel_3" clue: "graceful" answer: "race" - symbols: "sparkles" + symbols: SPARKLES } diff --git a/data/maps/the_bearer/rooms/Purple Vegetable (View).txtpb b/data/maps/the_bearer/rooms/Purple Vegetable (View).txtpb index 796d774..182a5bb 100644 --- a/data/maps/the_bearer/rooms/Purple Vegetable (View).txtpb +++ b/data/maps/the_bearer/rooms/Purple Vegetable (View).txtpb @@ -5,5 +5,5 @@ panels { path: "Panels/Purple/panel_1" clue: "aubergine" answer: "eggplant" - symbols: "sun" + symbols: SUN } diff --git a/data/maps/the_bearer/rooms/Red Animal.txtpb b/data/maps/the_bearer/rooms/Red Animal.txtpb index 0091c05..845fbed 100644 --- a/data/maps/the_bearer/rooms/Red Animal.txtpb +++ b/data/maps/the_bearer/rooms/Red Animal.txtpb @@ -5,6 +5,6 @@ panels { path: "Panels/Orange/panel_2" clue: "foolshark" answer: "clownfish" - symbols: "sun" - symbols: "example" + symbols: SUN + symbols: EXAMPLE } diff --git a/data/maps/the_bearer/rooms/Red Planet.txtpb b/data/maps/the_bearer/rooms/Red Planet.txtpb index 8ed2595..55a105d 100644 --- a/data/maps/the_bearer/rooms/Red Planet.txtpb +++ b/data/maps/the_bearer/rooms/Red Planet.txtpb @@ -5,5 +5,5 @@ panels { path: "Panels/Red/panel_3" clue: "fuel" answer: "fire" - symbols: "cross" + symbols: CROSS } diff --git a/data/maps/the_bearer/rooms/Red Town.txtpb b/data/maps/the_bearer/rooms/Red Town.txtpb index 03d57bc..8a29ced 100644 --- a/data/maps/the_bearer/rooms/Red Town.txtpb +++ b/data/maps/the_bearer/rooms/Red Town.txtpb @@ -5,5 +5,5 @@ panels { path: "Panels/Orange/panel_3" clue: "destruction" answer: "construction" - symbols: "sun" + symbols: SUN } diff --git a/data/maps/the_bearer/rooms/Red Vegetable.txtpb b/data/maps/the_bearer/rooms/Red Vegetable.txtpb index 3de8b77..1494e26 100644 --- a/data/maps/the_bearer/rooms/Red Vegetable.txtpb +++ b/data/maps/the_bearer/rooms/Red Vegetable.txtpb @@ -5,5 +5,5 @@ panels { path: "Panels/Red/panel_2" clue: "card" answer: "cardinal" - symbols: "sparkles" + symbols: SPARKLES } diff --git a/data/maps/the_bearer/rooms/Yellow Planet.txtpb b/data/maps/the_bearer/rooms/Yellow Planet.txtpb index 02a3884..9c6d39d 100644 --- a/data/maps/the_bearer/rooms/Yellow Planet.txtpb +++ b/data/maps/the_bearer/rooms/Yellow Planet.txtpb @@ -5,5 +5,5 @@ panels { path: "Panels/Orange/panel_4" clue: "zeus" answer: "jupiter" - symbols: "sun" + symbols: SUN } diff --git a/data/maps/the_bearer/rooms/Yellow Vegetable.txtpb b/data/maps/the_bearer/rooms/Yellow Vegetable.txtpb index f67688f..26ef491 100644 --- a/data/maps/the_bearer/rooms/Yellow Vegetable.txtpb +++ b/data/maps/the_bearer/rooms/Yellow Vegetable.txtpb @@ -5,5 +5,5 @@ panels { path: "Panels/Orange/panel_1" clue: "cake" answer: "carrot" - symbols: "example" + symbols: EXAMPLE } -- cgit 1.4.1