From b28c963a566f685f71c3c404099fe7c65bfa0a70 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Fri, 31 Oct 2008 21:12:38 +0000 Subject: Added a text patch done on TMW to increase the number of characters supported (done by vargavind), as well as changing the effect used for critical updates (change of opinion on what looks better). --- src/being.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/being.cpp') 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) -- cgit v1.2.3-70-g09d2