home · contact · privacy
TCE: Minor changes to keybindings and documentation.
[plomrogue] / plugins / server / TheCrawlingEater.py
index b456ee7af45a53f71e46f714cad04291da284c01..1cf25a1cd784ec4f2a89c78778000d4835cd4a1e 100644 (file)
@@ -29,6 +29,7 @@ def command_help(str_int):
             log("drink: i")
             log("defecate: o")
             log("pee: p")
+            log("wait: .")
             log("autopilot: A")
             log("look mode: l")
             log("quit: Q")
@@ -50,7 +51,7 @@ def command_help(str_int):
             log(" ")
             log("[HELP SCREEN 3: environment 2/3]")
             log("Use the 'l' command to investigate the environment. "
-                "Its cursor will describe the area pointed at by two numbers: "
+                "Its cursor may describe the area pointed at by two numbers: "
                 "ground elevation/matter thickness (left), wetness (right). "
                 "You cannot breathe there if the sum of both is > 5. "
                 "Greater ground elevation means slower movement."