From: MirceaKitsune Date: Wed, 8 Sep 2010 21:58:09 +0000 (+0300) Subject: Fix an issue i randomly found X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=da93b32d1d0ec3dca5603b0d34f2227981815113;p=voretournament%2Fvoretournament.git Fix an issue i randomly found --- diff --git a/data/qcsrc/server/mode_onslaught.qc b/data/qcsrc/server/mode_onslaught.qc index 7eefe2b8..d2b1ce99 100644 --- a/data/qcsrc/server/mode_onslaught.qc +++ b/data/qcsrc/server/mode_onslaught.qc @@ -454,7 +454,7 @@ void onslaught_generator_damage_think() if(random() < 0.9 - self.owner.health / self.owner.max_health) if(random() < 0.01) { - pointparticles(particleeffectnum("electro_ballexplode"), self.origin + randompos('-50 -50 -20', '50 50 50'), '0 0 0', 1); + pointparticles(particleeffectnum("electric_ballexplode"), self.origin + randompos('-50 -50 -20', '50 50 50'), '0 0 0', 1); sound(self, CHAN_TRIGGER, "onslaught/electricity_explode.wav", VOL_BASE, ATTN_NORM); } else