summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
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