♻️ Move OutOfBed to lower_decks description

It's easier to read there
This commit is contained in:
Dan Jones 2022-01-15 11:30:03 -06:00
commit 90a1e7f117
2 changed files with 10 additions and 8 deletions

View file

@ -15,5 +15,7 @@ Global woke = false;
^^
~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,
you will be released safely shortly.~";
you will be released safely shortly.~
^^
";
];

View file

@ -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;