X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=plugins%2Fserver%2FTheCrawlingEater.py;fp=plugins%2Fserver%2FTheCrawlingEater.py;h=1cf25a1cd784ec4f2a89c78778000d4835cd4a1e;hb=68eb747114744fa9315617e227ab82b5e57d28da;hp=b456ee7af45a53f71e46f714cad04291da284c01;hpb=2907255fcb06c222272ad1fc9a2934cd784b962c;p=plomrogue diff --git a/plugins/server/TheCrawlingEater.py b/plugins/server/TheCrawlingEater.py index b456ee7..1cf25a1 100644 --- a/plugins/server/TheCrawlingEater.py +++ b/plugins/server/TheCrawlingEater.py @@ -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."