X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=client_prototype.py;h=baf42c95b683a45ab0b6a81480f23039c7c3be91;hb=7c3c097fb318d12262564cfd15d4d1ef06008432;hp=ea7af0e714b3eb1608975c7921cab8991497d890;hpb=dc4e467b06b736dcc830d6d66de8171402c13aac;p=plomrogue diff --git a/client_prototype.py b/client_prototype.py index ea7af0e..baf42c9 100644 --- a/client_prototype.py +++ b/client_prototype.py @@ -516,9 +516,11 @@ io = { "path_worldstate": "server/worldstate" } commands = { + "A": (command_sender("ai"),), "D": (command_sender("drop", "inventory_selection"),), "P": (command_sender("pick_up"),), "Q": (command_quit,), + "U": (command_sender("use", "inventory_selection"),), "W": (command_sender("wait"),), "c": (command_sender("move south-east"), command_looker("south-east")), "d": (command_sender("move east"), command_looker("east")),