X-Git-Url: https://plomlompom.com/repos/todo?a=blobdiff_plain;f=client_prototype.py;h=baf42c95b683a45ab0b6a81480f23039c7c3be91;hb=7c3c097fb318d12262564cfd15d4d1ef06008432;hp=f5fc336791e5245518da7503a54d72f3610b6a76;hpb=87a95c28348a0d8ee25aa4c2faac3aebb39674c0;p=plomrogue diff --git a/client_prototype.py b/client_prototype.py index f5fc336..baf42c9 100644 --- a/client_prototype.py +++ b/client_prototype.py @@ -516,6 +516,7 @@ io = { "path_worldstate": "server/worldstate" } commands = { + "A": (command_sender("ai"),), "D": (command_sender("drop", "inventory_selection"),), "P": (command_sender("pick_up"),), "Q": (command_quit,),