diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-04-26 09:45:20 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-04-26 09:45:20 -0400 |
commit | be74d029b876471eb524ce7047ae303f7896d967 (patch) | |
tree | a13dab30f125faa832490d9df1ce0cb02954c7c7 /test-subject | |
parent | f022cdbd6cae6fa8c8d7596be5812fbf45ca6a9a (diff) |
Add missing help data.
Diffstat (limited to 'test-subject')
-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") |