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_hive/rooms/Room 8.txtpb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/maps/the_hive/rooms/Room 8.txtpb') diff --git a/data/maps/the_hive/rooms/Room 8.txtpb b/data/maps/the_hive/rooms/Room 8.txtpb index 6ba5d1d..e8cbb60 100644 --- a/data/maps/the_hive/rooms/Room 8.txtpb +++ b/data/maps/the_hive/rooms/Room 8.txtpb @@ -5,26 +5,26 @@ panels { path: "Panels/Room 8/panel_1" clue: "bumble" answer: "bee" - symbols: "question" + symbols: QUESTION } panels { name: "CARPENTER" path: "Panels/Room 8/panel_2" clue: "carpenter" answer: "bee" - symbols: "question" + symbols: QUESTION } panels { name: "CLOVER" path: "Panels/Room 8/panel_3" clue: "clover" answer: "honey" - symbols: "question" + symbols: QUESTION } panels { name: "WILDFLOWER" path: "Panels/Room 8/panel_4" clue: "wildflower" answer: "honey" - symbols: "question" + symbols: QUESTION } -- cgit 1.4.1