home · contact · privacy
TCE: Add voluntary urination.
[plomrogue] / plugins / client / TheCrawlingEater.py
index e5559c54ff2185d0d76beaefbfb4cb892d65c7da..b2acb06eb8c4c25f9745f275e7b5cbd707fc288a 100644 (file)
@@ -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"),)