]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
"enough ammo" sounds better
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 21 Jan 2011 18:20:22 +0000 (20:20 +0200)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 21 Jan 2011 18:20:22 +0000 (20:20 +0200)
qcsrc/server/cl_weaponsystem.qc

index badc34a8543e20dcbad6ca37769b70c94312534b..abeb9f6da4c6f379c8bb5a0263d910bb7a6dba57 100644 (file)
@@ -1643,7 +1643,7 @@ float W_ReloadCheck(float ammo_amount)
                if(clienttype(self) == CLIENTTYPE_REAL && self.reload_complain < time)
                {
                        play2(self, "weapons/unavailable.wav");
-                       sprint(self, strcat("You don't have any ammo to reload the ^2", W_Name(self.weapon), "\n"));
+                       sprint(self, strcat("You don't have enough ammo to reload the ^2", W_Name(self.weapon), "\n"));
                        self.reload_complain = time + 1;
                }
                // is there's no more ammo to reload, only switch to another weapon if there's no more load in this one