🚧 We have rooms
This commit is contained in:
parent
098a6ac4f0
commit
45f221ae29
2 changed files with 12 additions and 2 deletions
10
Rooms.inf
Normal file
10
Rooms.inf
Normal 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;
|
||||
|
|
@ -6,10 +6,10 @@ Release 1;
|
|||
Include "Parser";
|
||||
Include "VerbLib";
|
||||
|
||||
! @todo
|
||||
Include "Rooms.inf";
|
||||
|
||||
[ Initialise ;
|
||||
|
||||
location = bunk;
|
||||
];
|
||||
|
||||
Include "Grammar";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue