]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Fix an issue i randomly found
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Wed, 8 Sep 2010 21:58:09 +0000 (00:58 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Wed, 8 Sep 2010 21:58:09 +0000 (00:58 +0300)
data/qcsrc/server/mode_onslaught.qc

index 7eefe2b8de49358f7877d8cc3002f37662be2411..d2b1ce99534cb5265f869ada87b826e4e9a33323 100644 (file)
@@ -454,7 +454,7 @@ void onslaught_generator_damage_think()
        if(random() < 0.9 - self.owner.health / self.owner.max_health)\r
                if(random() < 0.01)\r
                {\r
-                       pointparticles(particleeffectnum("electro_ballexplode"), self.origin + randompos('-50 -50 -20', '50 50 50'), '0 0 0', 1);\r
+                       pointparticles(particleeffectnum("electric_ballexplode"), self.origin + randompos('-50 -50 -20', '50 50 50'), '0 0 0', 1);\r
                        sound(self, CHAN_TRIGGER, "onslaught/electricity_explode.wav", VOL_BASE, ATTN_NORM);\r
                }\r
                else\r