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/inputaction.h | |
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/inputaction.h')
-rw-r--r-- | src/input/inputaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/inputaction.h b/src/input/inputaction.h index 36adeda3c..77bed24b7 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -485,6 +485,7 @@ namespace InputAction TARGET_PET, PET_SET_NAME, HOMUNCULUS_SET_NAME, + HOMUNCULUS_FIRE, TOTAL }; } // namespace InputAction |