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_ancient/rooms/Inside.txtpb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/maps/the_ancient/rooms/Inside.txtpb') diff --git a/data/maps/the_ancient/rooms/Inside.txtpb b/data/maps/the_ancient/rooms/Inside.txtpb index d5f869b..d088682 100644 --- a/data/maps/the_ancient/rooms/Inside.txtpb +++ b/data/maps/the_ancient/rooms/Inside.txtpb @@ -5,6 +5,6 @@ panels { path: "Panels/panel_2" clue: "color" answer: "lavender" - symbols: "example" + symbols: EXAMPLE # TODO: how does this connect to the "lavender_cubes" switch? } -- cgit 1.4.1