summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 68b1a791..a9f5c973 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -458,8 +458,6 @@ Being::handleStatusEffect(StatusEffect *effect, int effectId)
if (!effect)
return;
- effect->playSFX();
-
SpriteAction action = effect->getAction();
if (action != ACTION_INVALID)
setAction(action);