X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=client_prototype.py;h=53b49b250b7bef6223a90a5c07c665aab80a9586;hb=a7e392131f0bd34b3b9c9210591c012e4889c26c;hp=6328c8b64990f5cb65157168139e136974109dcd;hpb=5edd97c0cc10eb7421634be903851142fbdcbb91;p=plomrogue diff --git a/client_prototype.py b/client_prototype.py index 6328c8b..53b49b2 100644 --- a/client_prototype.py +++ b/client_prototype.py @@ -492,7 +492,9 @@ io = { "path_worldstate": "server/worldstate" } commands = { + "P": (command_sender("pick_up"),), "Q": (command_quit,), + "W": (command_sender("wait"),), "c": (command_sender("move south-east"), command_looker("south-east")), "d": (command_sender("move east"), command_looker("east")), "e": (command_sender("move north-east"), command_looker("north-east")),