diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-26 12:39:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-26 12:39:08 +0300 |
commit | a9f4333410bf9ef9448d3868587271b8e948807b (patch) | |
tree | 69284264cc6bc205e8584445d526b62d8cacc91c /src/input/pages | |
parent | dfea2f364a0909aec5535e0d17ac7e15ac7419e4 (diff) | |
download | plus-a9f4333410bf9ef9448d3868587271b8e948807b.tar.gz plus-a9f4333410bf9ef9448d3868587271b8e948807b.tar.bz2 plus-a9f4333410bf9ef9448d3868587271b8e948807b.tar.xz plus-a9f4333410bf9ef9448d3868587271b8e948807b.zip |
Add action and chat command to fire homunculus.
New chat command: firehomunculus
Diffstat (limited to 'src/input/pages')
-rw-r--r-- | src/input/pages/basic.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/pages/basic.cpp b/src/input/pages/basic.cpp index df573389d..13b3a770c 100644 --- a/src/input/pages/basic.cpp +++ b/src/input/pages/basic.cpp @@ -230,6 +230,12 @@ SetupActionData setupActionDataBasic[] = "", }, { + // TRANSLATORS: input action name + N_("Fire your homunculus"), + InputAction::HOMUNCULUS_FIRE, + "", + }, + { "", InputAction::NO_VALUE, "" |