X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=client%2Fconfig%2Fcommands.py;h=e76d1918412c5c1c3c0b9a4072626ae88737b3d8;hb=22508813dc1bc6a53652349253f9ee19b1ac4a0f;hp=b7919475fc811e7a86d73b7fcbaf10a0bc1213b0;hpb=0a56367e8396b2ece4c1bce8a25e93ceabd901c1;p=plomrogue diff --git a/client/config/commands.py b/client/config/commands.py index b791947..e76d191 100644 --- a/client/config/commands.py +++ b/client/config/commands.py @@ -13,7 +13,7 @@ commands = { "D": (command_sender("drop", "inventory_selection"),), "J": (command_look_scroller("down"),), "K": (command_look_scroller("up"),), - "P": (command_sender("pick_up"),), + "P": (command_sender("pickup"),), "Q": (command_quit,), "U": (command_sender("use", "inventory_selection"),), "W": (command_sender("wait"),),