From bcdbc39b6efe7391866c81ef82a2e9358b6c3ff4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 5 Jul 2016 23:34:33 +0300 Subject: Add menu for selected skill for now with item only "set skill level". Also add chat command /showskilllevels SKILL --- src/input/inputactionmap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/input') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 4f677efda..7798bbe95 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5521,6 +5521,12 @@ static const InputActionData inputActionData "restorecamera|returncamera|camerarestore", UseArgs_false, Protected_false}, + {"keyShowSkillLevels", + defaultAction(&Actions::showSkillLevels), + InputCondition::INGAME, + "showskilllevels", + UseArgs_true, + Protected_true}, }; #undef defaultAction -- cgit v1.2.3-60-g2f50