r1872 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Aug 30 02:13:52 EDT 2006


Author: div0
Date: 2006-08-30 02:13:52 -0400 (Wed, 30 Aug 2006)
New Revision: 1872

Modified:
   trunk/data/qcsrc/server/g_damage.qc
Log:
oops...


Modified: trunk/data/qcsrc/server/g_damage.qc
===================================================================
--- trunk/data/qcsrc/server/g_damage.qc	2006-08-30 06:12:35 UTC (rev 1871)
+++ trunk/data/qcsrc/server/g_damage.qc	2006-08-30 06:13:52 UTC (rev 1872)
@@ -525,8 +525,8 @@
 				// just lose extra LIVES, don't kill the player for mirror damage
 				if(attacker.extralives > 0)
 				{
-					centermsg_setfor(attacker, CENTERMSG_MINSTAGIB, strcat("^3Remaining extra lives: ",ftos(targ.extralives)));
 					attacker.extralives = attacker.extralives - 1;
+					centermsg_setfor(attacker, CENTERMSG_MINSTAGIB, strcat("^3Remaining extra lives: ",ftos(attacker.extralives)));
 					attacker.armorvalue = attacker.extralives;
 					if(clienttype(attacker) == CLIENTTYPE_REAL) stuffcmd(attacker, "play2 misc/hit.wav\n");
 				}




More information about the nexuiz-commits mailing list