siege-remontel/includes/Rooms.inf

15 lines
533 B
INI
Raw Normal View History

2022-01-09 22:55:57 -06:00
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.";
];
2022-01-09 18:25:05 -06:00
2022-01-11 16:00:16 -06:00
Room bunk "your bunk" lower_decks
2022-01-09 23:28:56 -06:00
with name 'bunk' 'bunks',
2022-01-09 18:25:05 -06:00
description "Your bunk is like every other bunk on the lower decks.^
2022-01-10 11:06:59 -06:00
It's barely big enough to fit you. But it's home.",
2022-01-11 16:00:16 -06:00
has proper enterable container static ~open ~light;