🐛 Fix name of bunk
This commit is contained in:
parent
8afeaa18c5
commit
407d5c9d1b
1 changed files with 2 additions and 4 deletions
|
|
@ -1,13 +1,11 @@
|
||||||
! @todo fix "You stand" when in bunk
|
|
||||||
Room lower_decks "Lower Decks Corridor"
|
Room lower_decks "Lower Decks Corridor"
|
||||||
with description "You stand in a lower decks corridor.
|
with description "You stand in a lower decks corridor.
|
||||||
This corridor contains several bunks
|
This corridor contains several bunks
|
||||||
lining the walls where the lower deckers
|
lining the walls where the lower deckers
|
||||||
sleep.";
|
sleep.";
|
||||||
|
|
||||||
! @todo fix "in the Your bunk"
|
Room bunk "your bunk" lower_decks
|
||||||
Room bunk "Your bunk" lower_decks
|
|
||||||
with name 'bunk' 'bunks',
|
with name 'bunk' 'bunks',
|
||||||
description "Your bunk is like every other bunk on the lower decks.^
|
description "Your bunk is like every other bunk on the lower decks.^
|
||||||
It's barely big enough to fit you. But it's home.",
|
It's barely big enough to fit you. But it's home.",
|
||||||
has enterable container static ~open ~light;
|
has proper enterable container static ~open ~light;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue