🚧 Adding items
This commit is contained in:
parent
64381da786
commit
7ea3d64c82
4 changed files with 24 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
|||
! @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
|
||||
|
|
@ -5,8 +6,8 @@ Room lower_decks "Lower Decks Corridor"
|
|||
sleep.";
|
||||
|
||||
! @todo fix "in the Your bunk"
|
||||
Object bunk "Your bunk" lower_decks
|
||||
with name "bunk" "bunks",
|
||||
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 openable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue