From 8a23a928d99d79b0d48961a225c3656ca42f34f0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 6 Sep 2014 12:19:23 +0300 Subject: Allow use support skill. --- src/gui/widgets/skillinfo.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gui/widgets/skillinfo.h') diff --git a/src/gui/widgets/skillinfo.h b/src/gui/widgets/skillinfo.h index aa92b4bcb..1d9dfeacd 100644 --- a/src/gui/widgets/skillinfo.h +++ b/src/gui/widgets/skillinfo.h @@ -72,7 +72,9 @@ struct SkillInfo final bool isUsable() const A_WARN_UNUSED { - return type == SkillType::Attack || type == SkillType::Self; + return type == SkillType::Attack + || type == SkillType::Self + || type == SkillType::Support; } }; -- cgit v1.2.3-60-g2f50