🐛 Allow computer to always set lights

This commit is contained in:
Dan Jones 2022-01-11 11:13:34 -06:00
commit fd508d9ab0
4 changed files with 10 additions and 3 deletions

View file

@ -28,10 +28,11 @@ Include "Characters.inf";
Include "Items.inf";
[ Initialise ;
location = bunk; ! @todo switch to bunk
location = bunk;
player.description = "You are wearing an operations uniform,
with a single pip.";
move computer to bunk;
];
Include "Grammar";
Include "MoreVerbs.inf";