summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-22 21:26:32 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-22 21:26:32 +0300
commit70f7db29f291ea22e6dca7c03540beded7ec7bf8 (patch)
treef8acd516a552ad34fcf8f4d84169d90e001f55ad /src/input/inputactionmap.h
parent1e7d0d8e9873283a0ec09a62e579b718c3c06e51 (diff)
downloadmv-70f7db29f291ea22e6dca7c03540beded7ec7bf8.tar.gz
mv-70f7db29f291ea22e6dca7c03540beded7ec7bf8.tar.bz2
mv-70f7db29f291ea22e6dca7c03540beded7ec7bf8.tar.xz
mv-70f7db29f291ea22e6dca7c03540beded7ec7bf8.zip
Add chat command for feed homunculus.
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r--src/input/inputactionmap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index dc2a38e7d..95a3b8d3e 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -5708,6 +5708,12 @@ static const InputActionData inputActionData
"homunculustomaster|homunmaster",
UseArgs_false,
Protected_false},
+ {"keyHomunculusFeed",
+ defaultAction(&Actions::homunculusFeed),
+ InputCondition::INGAME,
+ "homunculusfeed|homunfeed|feedhomun|feedhomunculus",
+ UseArgs_false,
+ Protected_false},
};
#undef defaultAction