diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being.cpp b/src/being.cpp index 3214b491..245e023e 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -220,8 +220,8 @@ void Being::showCrit() } // Show crit notice - particleEngine->addTextRiseFadeOutEffect(text, font, - mPx + 16, mPy - 16); + particleEngine->addTextSplashEffect(text, 255, 255, 255, font, + mPx + 16, mPy + 16); } void Being::handleAttack(Being *victim, int damage) |