From 8071fcbf88095bcaf54742062a4ebde87a801fd0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Feb 2016 16:56:33 +0300 Subject: Allow select skill units and attack it. Also add key for select skill unit. --- src/input/inputactionmap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/input/inputactionmap.h') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 1bd74708d..a808a8208 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5239,6 +5239,12 @@ static const InputActionData inputActionData "seen|lastseen", UseArgs_true, Protected_true}, + {"keyTargetSkillUnit", + defaultAction(&Actions::targetSkillUnit), + InputCondition::INGAME | InputCondition::NOTARGET, + "targetskillunit|targetskill", + UseArgs_false, + Protected_false}, }; #undef defaultAction -- cgit v1.2.3-60-g2f50