X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=plugins%2Fclient%2FTheCrawlingEater.py;h=b2acb06eb8c4c25f9745f275e7b5cbd707fc288a;hb=8e817e727d498859c52c59024af71d6ac9dadd48;hp=e5559c54ff2185d0d76beaefbfb4cb892d65c7da;hpb=5bdaafac77a52b81757f4d0ee93bfb1cba8db6fa;p=plomrogue diff --git a/plugins/client/TheCrawlingEater.py b/plugins/client/TheCrawlingEater.py index e5559c5..b2acb06 100644 --- a/plugins/client/TheCrawlingEater.py +++ b/plugins/client/TheCrawlingEater.py @@ -113,3 +113,4 @@ from client.commands import command_sender from client.config.commands import commands commands["S"] = (command_sender("drop"),) commands["D"] = (command_sender("drink"),) +commands["P"] = (command_sender("pee"),)