summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-24 20:29:30 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-24 20:29:30 +0300
commit1604dd8af946e865a5fcf1ddc2e533581892da39 (patch)
tree633efe3999be9cef8cfef6f420d2f0018fcb0a4a /src/input
parente0b4a2665505279e58f2a618272db5245f275518 (diff)
downloadplus-1604dd8af946e865a5fcf1ddc2e533581892da39.tar.gz
plus-1604dd8af946e865a5fcf1ddc2e533581892da39.tar.bz2
plus-1604dd8af946e865a5fcf1ddc2e533581892da39.tar.xz
plus-1604dd8af946e865a5fcf1ddc2e533581892da39.zip
Add chat command /spawnslave. Also add it to monster context menu.
Diffstat (limited to 'src/input')
-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 a4f648205..8b8e9929b 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -5335,6 +5335,12 @@ static const InputActionData inputActionData
"spawn|monster",
UseArgs_true,
Protected_true},
+ {"keyCommandSpawnSlave",
+ defaultAction(&Actions::commandSpawnSlave),
+ InputCondition::INGAME,
+ "spawnslave|monsterslave|summon",
+ UseArgs_true,
+ Protected_true},
};
#undef defaultAction