X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=plugins%2Fclient%2FTheCrawlingEater.py;h=fa1ae6cc9e65a46638f8fa445bbcc29293898ca4;hb=21503b48480374b5f1f7a76398a6d57fe51fdba6;hp=1123af2c2ca962249f059273d16f4d3f1690d88a;hpb=6064580a766eeb319bca90cdb639dc1012f6150d;p=plomrogue diff --git a/plugins/client/TheCrawlingEater.py b/plugins/client/TheCrawlingEater.py index 1123af2..fa1ae6c 100644 --- a/plugins/client/TheCrawlingEater.py +++ b/plugins/client/TheCrawlingEater.py @@ -166,3 +166,7 @@ from client.config.commands import commands commands["S"] = (command_sender("drop"),) commands["D"] = (command_sender("drink"),) commands["P"] = (command_sender("pee"),) +commands["1"] = (command_sender("HELP 1"),) +commands["2"] = (command_sender("HELP 2"),) +commands["3"] = (command_sender("HELP 3"),) +commands["4"] = (command_sender("HELP 4"),)