🚧 We have rooms

This commit is contained in:
Dan Jones 2022-01-09 18:25:05 -06:00
commit 45f221ae29
2 changed files with 12 additions and 2 deletions

10
Rooms.inf Normal file
View file

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

View file

@ -6,10 +6,10 @@ Release 1;
Include "Parser"; Include "Parser";
Include "VerbLib"; Include "VerbLib";
! @todo Include "Rooms.inf";
[ Initialise ; [ Initialise ;
location = bunk;
]; ];
Include "Grammar"; Include "Grammar";