From 9933a357400538b2f73848dceab7d859ee20c8d9 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 19 Sep 2025 12:28:11 -0400 Subject: [Data] Renamed some doors with compass directions --- data/maps/the_unkempt/connections.txtpb | 2 +- data/maps/the_unkempt/doors.txtpb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps/the_unkempt') diff --git a/data/maps/the_unkempt/connections.txtpb b/data/maps/the_unkempt/connections.txtpb index a9e30db..d4a046c 100644 --- a/data/maps/the_unkempt/connections.txtpb +++ b/data/maps/the_unkempt/connections.txtpb @@ -1,7 +1,7 @@ connections { from_room: "Main Area" to_room: "Right Area" - door { name: "Right Door" } + door { name: "East Door" } } connections { from_room: "Middle Room" diff --git a/data/maps/the_unkempt/doors.txtpb b/data/maps/the_unkempt/doors.txtpb index 2349913..29065ec 100644 --- a/data/maps/the_unkempt/doors.txtpb +++ b/data/maps/the_unkempt/doors.txtpb @@ -1,5 +1,5 @@ doors { - name: "Right Door" + name: "East Door" type: STANDARD receivers: "Components/Doors/entry_2" panels { room: "Main Area" name: "EYE" } -- cgit 1.4.1