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";