♻️ 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
|
|
@ -15,5 +15,7 @@ Global woke = false;
|
||||||
^^
|
^^
|
||||||
~Anybody who attempts to oppose us will be met with a swift end.
|
~Anybody who attempts to oppose us will be met with a swift end.
|
||||||
If you stay where you are and do not interfere in our plans,
|
If you stay where you are and do not interfere in our plans,
|
||||||
you will be released safely shortly.~";
|
you will be released safely shortly.~
|
||||||
|
^^
|
||||||
|
";
|
||||||
];
|
];
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
Room lower_decks "Lower Decks Corridor"
|
Room lower_decks "Lower Decks Corridor"
|
||||||
with description "You stand in a lower decks corridor.
|
with description [;
|
||||||
This corridor contains several bunks
|
if (player in lower_decks) OutOfBed();
|
||||||
lining the walls where the lower deckers
|
"You stand in a lower decks corridor.
|
||||||
sleep.";
|
This corridor contains several bunks
|
||||||
|
lining the walls where the lower deckers
|
||||||
|
sleep.";
|
||||||
|
];
|
||||||
|
|
||||||
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.",
|
||||||
after [;
|
|
||||||
Exit: OutOfBed();
|
|
||||||
],
|
|
||||||
has proper enterable container static ~open ~light;
|
has proper enterable container static ~open ~light;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue