summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
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 93f1e73bb..6c0975015 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -5389,6 +5389,12 @@ static const InputActionData inputActionData
"setkiller|killer",
UseArgs_true,
Protected_true},
+ {"keyCommandKillable",
+ defaultAction(&Actions::commandKillable),
+ InputCondition::INGAME,
+ "setkillable|killable",
+ UseArgs_true,
+ Protected_true},
};
#undef defaultAction