summaryrefslogtreecommitdiff
path: root/src/input/pages
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-21 17:52:18 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-21 18:03:13 +0300
commit94e909f4ae557eea6f2cc7737d14c46968920b18 (patch)
tree76639ed4f19a3c42cdd593f33532b1f7e9ac61fd /src/input/pages
parentd26b49843ee33ca927cc46edc8cc0bdfe97a903a (diff)
downloadplus-94e909f4ae557eea6f2cc7737d14c46968920b18.tar.gz
plus-94e909f4ae557eea6f2cc7737d14c46968920b18.tar.bz2
plus-94e909f4ae557eea6f2cc7737d14c46968920b18.tar.xz
plus-94e909f4ae557eea6f2cc7737d14c46968920b18.zip
Add action for targetting mercenaries.
New chat command: targetmercenary
Diffstat (limited to 'src/input/pages')
-rw-r--r--src/input/pages/basic.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/pages/basic.cpp b/src/input/pages/basic.cpp
index 8975c23a4..dd1efc0bb 100644
--- a/src/input/pages/basic.cpp
+++ b/src/input/pages/basic.cpp
@@ -129,6 +129,12 @@ SetupActionData setupActionDataBasic[] =
},
{
// TRANSLATORS: input action name
+ N_("Target mercenary"),
+ InputAction::TARGET_MERCENARY,
+ "",
+ },
+ {
+ // TRANSLATORS: input action name
N_("Catch pet"),
InputAction::CATCH_PET,
"",