10 lines
465 B
INI
10 lines
465 B
INI
|
|
Object 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."
|
||
|
|
has light;
|
||
|
|
|
||
|
|
Object 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 enterable container openable;
|