✨ Add the computer character
Still a bit buggy, but responds to a few commands
This commit is contained in:
parent
1712c20833
commit
670fb183e1
4 changed files with 58 additions and 15 deletions
|
|
@ -9,10 +9,11 @@ Include "VerbLib";
|
|||
Include "Globals.inf";
|
||||
Include "Classes.inf";
|
||||
Include "Rooms.inf";
|
||||
Include "Characters.inf";
|
||||
Include "Items.inf";
|
||||
|
||||
[ Initialise ;
|
||||
location = bunk;
|
||||
location = lower_decks; ! @todo switch to bunk
|
||||
player.description = "You are wearing an operations uniform,
|
||||
with a single pip.";
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue