X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=client_prototype.py;h=f5fc336791e5245518da7503a54d72f3610b6a76;hb=87a95c28348a0d8ee25aa4c2faac3aebb39674c0;hp=ea7af0e714b3eb1608975c7921cab8991497d890;hpb=dc4e467b06b736dcc830d6d66de8171402c13aac;p=plomrogue diff --git a/client_prototype.py b/client_prototype.py index ea7af0e..f5fc336 100644 --- a/client_prototype.py +++ b/client_prototype.py @@ -519,6 +519,7 @@ commands = { "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")),