From 45f221ae29f68e1c40a0f3ac3a0e0260eb3f4bc3 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Sun, 9 Jan 2022 18:25:05 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20We=20have=20rooms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rooms.inf | 10 ++++++++++ remontel.inf | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 Rooms.inf diff --git a/Rooms.inf b/Rooms.inf new file mode 100644 index 0000000..c40a019 --- /dev/null +++ b/Rooms.inf @@ -0,0 +1,10 @@ +Object 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." + has light; + +Object 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 openable; \ No newline at end of file diff --git a/remontel.inf b/remontel.inf index 1e711a4..0be1d65 100644 --- a/remontel.inf +++ b/remontel.inf @@ -6,10 +6,10 @@ Release 1; Include "Parser"; Include "VerbLib"; -! @todo +Include "Rooms.inf"; [ Initialise ; - + location = bunk; ]; Include "Grammar";