diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/being.cpp b/src/being.cpp index a1c8faf3..402136c5 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -192,16 +192,6 @@ Being::takeDamage(int amount) } void -Being::showXP(int amount) -{ - const std::string xp = toString(amount) + " xp"; - - // Show XP number - particleEngine->addTextRiseFadeOutEffect(xp, hitYellowFont, - mPx + 16, mPy - 16); -} - -void Being::handleAttack(Being *victim, int damage) { setAction(Being::ATTACK); |