From 27d585c7db1395b5e4b2caa4149a99d57f9ffbff Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 Jul 2016 02:34:02 +0300 Subject: Add skill attacking src and dst effects. New skills attributes: srcEffectId, dstEffectId --- src/being/being.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/being/being.cpp') diff --git a/src/being/being.cpp b/src/being/being.cpp index 0cf52c353..73b386467 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -1052,6 +1052,9 @@ void Being::handleSkill(Being *restrict const victim, if (data) fireMissile(victim, data->particle); + skillDialog->playSrcEffect(skillId, this); + skillDialog->playDstEffect(skillId, victim); + if (this != localPlayer && skill) { const SkillType::SkillType type = skill->type; -- cgit v1.2.3-60-g2f50