From 57a08a321bb1054107afd7b91bc6c77cba5abf32 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 8 Sep 2025 14:11:23 -0400 Subject: Added lavender cubes logic --- data/maps/the_ancient/doors.txtpb | 3 ++- data/maps/the_ancient/rooms/Inside.txtpb | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps/the_ancient') diff --git a/data/maps/the_ancient/doors.txtpb b/data/maps/the_ancient/doors.txtpb index 5dc062e..e550306 100644 --- a/data/maps/the_ancient/doors.txtpb +++ b/data/maps/the_ancient/doors.txtpb @@ -38,7 +38,8 @@ doors { } doors { name: "Lavender Cubes" - type: STANDARD + type: LOCATION_ONLY panels { room: "Inside" name: "COLOR" } location_room: "Inside" + location_name: "COLOR" } diff --git a/data/maps/the_ancient/rooms/Inside.txtpb b/data/maps/the_ancient/rooms/Inside.txtpb index d6e8575..3723b2d 100644 --- a/data/maps/the_ancient/rooms/Inside.txtpb +++ b/data/maps/the_ancient/rooms/Inside.txtpb @@ -5,5 +5,4 @@ panels { clue: "color" answer: "lavender" symbols: EXAMPLE - # TODO: how does this connect to the "lavender_cubes" switch? } -- cgit 1.4.1