From 71d50c2de2cfe8c9d5b1653596eae90761c8a9d6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 11 Sep 2014 12:36:18 +0300 Subject: Add action and chat command for "catch pet". New chat command: /catchpet - Try catch selected monster --- src/input/pages/basic.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/input/pages') diff --git a/src/input/pages/basic.cpp b/src/input/pages/basic.cpp index 9d158f0be..8975c23a4 100644 --- a/src/input/pages/basic.cpp +++ b/src/input/pages/basic.cpp @@ -127,6 +127,12 @@ SetupActionData setupActionDataBasic[] = InputAction::TARGET_PLAYER, "", }, + { + // TRANSLATORS: input action name + N_("Catch pet"), + InputAction::CATCH_PET, + "", + }, { // TRANSLATORS: input action name N_("Other Keys"), -- cgit v1.2.3-60-g2f50