]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
turn off EF_RED for superweapons, it's annoying
authorRudolf Polzer <divverent@alientrap.org>
Thu, 19 Jan 2012 19:15:50 +0000 (20:15 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 19 Jan 2012 19:15:50 +0000 (20:15 +0100)
qcsrc/server/cl_client.qc

index 627e7529a73b1f706cfd3864b4159ed84cfcc1b5..ba4249744eb90862ab299b96b151ebdad0cd41da 100644 (file)
@@ -1896,7 +1896,8 @@ void player_powerups (void)
                }
                if (self.items & IT_SUPERWEAPON)
                {
-                       self.effects = self.effects | EF_RED;
+                       //if(W_WeaponBit(self.weapon) & WEPBIT_SUPERWEAPONS)
+                       //      self.effects = self.effects | EF_RED;
                        if (!(self.weapons & WEPBIT_SUPERWEAPONS))
                        {
                                self.superweapons_finished = 0;