diff options
-rw-r--r-- | test-subject/game.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-subject/game.scm b/test-subject/game.scm index 133fb0c..c5dd535 100644 --- a/test-subject/game.scm +++ b/test-subject/game.scm @@ -332,6 +332,8 @@ (log "available commands:") (log "exit - leave terminal") (log "diagnostic N - run level N diagnostic") + (log "door status - get isochamber door status") + (log "door unlock - initiate isochamber unlock sequence") (log "vent status - get isochamber ventilation status") (log "vent toggle - toggle isochamber ventilation") (log "help - you're looking at it, buddy") |