summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-05 23:34:33 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-06 00:07:18 +0300
commitbcdbc39b6efe7391866c81ef82a2e9358b6c3ff4 (patch)
treec296c08021c602687e3632b1f4c3f87033c99d34 /src/input
parent8b392d9c4a1c177c1207d297c75c1a4a06142245 (diff)
downloadplus-bcdbc39b6efe7391866c81ef82a2e9358b6c3ff4.tar.gz
plus-bcdbc39b6efe7391866c81ef82a2e9358b6c3ff4.tar.bz2
plus-bcdbc39b6efe7391866c81ef82a2e9358b6c3ff4.tar.xz
plus-bcdbc39b6efe7391866c81ef82a2e9358b6c3ff4.zip
Add menu for selected skill for now with item only "set skill level".s20160706
Also add chat command /showskilllevels SKILL
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 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