From da93b32d1d0ec3dca5603b0d34f2227981815113 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Thu, 9 Sep 2010 00:58:09 +0300 Subject: [PATCH] Fix an issue i randomly found --- data/qcsrc/server/mode_onslaught.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2