]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/w_grabber.qc
eater -> predator, because that's a more correct word
[voretournament/voretournament.git] / data / qcsrc / server / w_grabber.qc
index f438db70f008805518e89ed36d6058b9fffd1cff..30937850d4bf3eb18ddcdc2d3156ac86e4f9da7c 100644 (file)
@@ -18,7 +18,7 @@ void W_Grabber_Touch2 (void)
 void W_Grabber_Attack2()\r
 {\r
        if(time < self.weapon_delay)\r
-               return FALSE;\r
+               return;\r
 \r
        W_SetupShot (self, TRUE, 0, "weapons/grabber_altfire.wav", cvar("g_balance_grabber_secondary_damage"));\r
 \r
@@ -40,7 +40,7 @@ void spawnfunc_weapon_grabber (void)
 \r
 float w_grabber(float req)\r
 {\r
-       if(self.eater.classname == "player") // we can't use weapons while in the stomach\r
+       if(self.predator.classname == "player") // we can't use weapons while in the stomach\r
        {\r
                self.grabber_state |= GRABBER_REMOVING;\r
                return FALSE;\r