siege-remontel/includes/Rooms.inf
2022-01-15 11:30:03 -06:00

14 lines
533 B
INI

Room lower_decks "Lower Decks Corridor"
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.",
has proper enterable container static ~open ~light;