From 407d5c9d1b9b18d6ff510364e8491b282df32db4 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Tue, 11 Jan 2022 16:00:16 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20name=20of=20bunk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/Rooms.inf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/includes/Rooms.inf b/includes/Rooms.inf index 7fdb8bf..54baa67 100644 --- a/includes/Rooms.inf +++ b/includes/Rooms.inf @@ -1,13 +1,11 @@ -! @todo fix "You stand" when in bunk Room lower_decks "Lower Decks Corridor" with description "You stand in a lower decks corridor. This corridor contains several bunks lining the walls where the lower deckers sleep."; -! @todo fix "in the Your bunk" -Room bunk "Your bunk" lower_decks +Room bunk "your bunk" lower_decks with name 'bunk' 'bunks', description "Your bunk is like every other bunk on the lower decks.^ It's barely big enough to fit you. But it's home.", - has enterable container static ~open ~light; + has proper enterable container static ~open ~light;