diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-21 17:22:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-21 17:24:16 +0300 |
commit | d26b49843ee33ca927cc46edc8cc0bdfe97a903a (patch) | |
tree | 3edffa15445a159d0533fa86568adfb576bbb32d /src/input/pages | |
parent | 5b907fc3c1c21f69f1b86d4e3c16990dd2bff757 (diff) | |
download | plus-d26b49843ee33ca927cc46edc8cc0bdfe97a903a.tar.gz plus-d26b49843ee33ca927cc46edc8cc0bdfe97a903a.tar.bz2 plus-d26b49843ee33ca927cc46edc8cc0bdfe97a903a.tar.xz plus-d26b49843ee33ca927cc46edc8cc0bdfe97a903a.zip |
Add chat command and action for fire mercenary.
New chat command: /firemercenary.
Diffstat (limited to 'src/input/pages')
-rw-r--r-- | src/input/pages/other.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/pages/other.cpp b/src/input/pages/other.cpp index 3994b00f5..4077b13bc 100644 --- a/src/input/pages/other.cpp +++ b/src/input/pages/other.cpp @@ -364,6 +364,12 @@ SetupActionData setupActionDataOther[] = "", }, { + // TRANSLATORS: input action name + N_("Fire your mercenary"), + InputAction::MERCENARY_FIRE, + "", + }, + { "", InputAction::NO_VALUE, "" |