[nexuiz-commits] r6291 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Mar 25 16:07:39 EDT 2009


Author: div0
Date: 2009-03-25 16:07:36 -0400 (Wed, 25 Mar 2009)
New Revision: 6291

Modified:
   trunk/data/qcsrc/server/cl_physics.qc
Log:
s/ammo/fuel/ :P


Modified: trunk/data/qcsrc/server/cl_physics.qc
===================================================================
--- trunk/data/qcsrc/server/cl_physics.qc	2009-03-25 20:06:59 UTC (rev 6290)
+++ trunk/data/qcsrc/server/cl_physics.qc	2009-03-25 20:07:36 UTC (rev 6291)
@@ -565,7 +565,7 @@
 				if(floor(c / 5) != floor(self.ammo_cells / 5))
 					sprint(self, "jetpack: less than ", ftos(floor(c)), " cells left\n");
 				else if(self.ammo_cells < 0.01 && cvar("g_jetpack_ammo"))
-					sprint(self, "jetpack: out of ammo\n");
+					sprint(self, "jetpack: out of fuel\n");
 				self.flags &~= FL_ONGROUND;
 				self.modelflags |= MF_ROCKET;
 			}



More information about the nexuiz-commits mailing list