summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-04-26 09:45:20 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-04-26 09:45:20 -0400
commitbe74d029b876471eb524ce7047ae303f7896d967 (patch)
treea13dab30f125faa832490d9df1ce0cb02954c7c7
parentf022cdbd6cae6fa8c8d7596be5812fbf45ca6a9a (diff)
Add missing help data.
-rw-r--r--test-subject/game.scm2
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")