summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r--src/being/being.cpp3
1 files changed, 3 insertions, 0 deletions
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;