]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Smallest change you could possibly think of :)
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 3 Sep 2010 14:06:50 +0000 (17:06 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 3 Sep 2010 14:06:50 +0000 (17:06 +0300)
data/qcsrc/server/vore.qc

index 855bf0f7a9147f163e69a5c76028f22b49ea7fd1..860e3f79bd4b53f4906cf05cf3dd1bc47809e748 100644 (file)
@@ -201,7 +201,6 @@ void Vore_StomachKick()
        {\r
                float damage;\r
                damage = ceil(random() * (cvar("g_balance_vore_kick_damage_max") - cvar("g_balance_vore_kick_damage_min")) + cvar("g_balance_vore_kick_damage_min"));\r
-\r
                Damage(self.eater, self, self, damage, DEATH_STOMACHKICK, self.eater.origin, '0 0 0');\r
                sound(self.eater, CHAN_PROJECTILE, "weapons/stomachkick.ogg", VOL_BASE, ATTN_NORM);\r
 \r