♻️ Move OutOfBed to lower_decks description
It's easier to read there
This commit is contained in:
parent
3b3bd5fa0e
commit
90a1e7f117
2 changed files with 10 additions and 8 deletions
|
|
@ -1,14 +1,14 @@
|
|||
Room 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.";
|
||||
with description [;
|
||||
if (player in lower_decks) OutOfBed();
|
||||
"You stand in a lower decks corridor.
|
||||
This corridor contains several bunks
|
||||
lining the walls where the lower deckers
|
||||
sleep.";
|
||||
];
|
||||
|
||||
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.",
|
||||
after [;
|
||||
Exit: OutOfBed();
|
||||
],
|
||||
has proper enterable container static ~open ~light;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue