Add the computer character

Still a bit buggy, but responds to a few commands
This commit is contained in:
Dan Jones 2022-01-11 10:22:02 -06:00
commit 670fb183e1
4 changed files with 58 additions and 15 deletions

View file

@ -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.";
];