r2067 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Dec 23 14:08:15 EST 2006


Author: div0
Date: 2006-12-23 14:08:15 -0500 (Sat, 23 Dec 2006)
New Revision: 2067

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


Modified: trunk/data/qcsrc/server/g_damage.qc
===================================================================
--- trunk/data/qcsrc/server/g_damage.qc	2006-12-23 18:32:32 UTC (rev 2066)
+++ trunk/data/qcsrc/server/g_damage.qc	2006-12-23 19:08:15 UTC (rev 2067)
@@ -129,7 +129,7 @@
 			else if (deathtype == DEATH_NOAMMO)
 				centermsg_setfor(targ, CENTERMSG_DEATH, "^1You were killed for running out of ammo...");
 			else if (deathtype == DEATH_ROT)
-				centermsg_setfor(targ, CENTERMSG_DEATH, "^1You grew too old without taking your medcine");
+				centermsg_setfor(targ, CENTERMSG_DEATH, "^1You grew too old without taking your medicine");
 			else if (deathtype == DEATH_MIRRORDAMAGE)
 				centermsg_setfor(targ, CENTERMSG_DEATH, "^1Don't shoot your team mates!");
 			else
@@ -173,7 +173,7 @@
 			GiveFrags(attacker, targ, -1);
 			//attacker.frags = attacker.frags - 1;
 			if (targ.killcount > 2)
-				bprint ("^1",s,"'s ^1",ftos(targ.killcount)," kill spree was endeded by a teammate!\n");
+				bprint ("^1",s,"'s ^1",ftos(targ.killcount)," kill spree was ended by a teammate!\n");
 			if (attacker.killcount > 2)
 				bprint ("^1",attacker.netname,"^1 ended a ",ftos(attacker.killcount)," kill spree by killing a teammate\n");
 			attacker.killcount = 0;




More information about the nexuiz-commits mailing list