siege-remontel/Rooms.inf
Dan Jones 670fb183e1 Add the computer character
Still a bit buggy, but responds to a few commands
2022-01-11 10:22:02 -06:00

13 lines
572 B
INI

! @todo fix "You stand" when in bunk
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.";
! @todo fix "in the Your bunk"
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 enterable container static ~open ~light;