]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/vehicles/spiderbot.qc
Merge branch 'master' into samual/weapons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / vehicles / spiderbot.qc
index 1085a904e2143f7e1abec373b6f4d80aa496cad7..d78ae30a29abc7159c1b245d8ed4d81b8b7c9247 100644 (file)
@@ -725,7 +725,7 @@ void spiderbot_blowup()
 
        RadiusDamage(self, self.enemy, autocvar_g_vehicle_spiderbot_blowup_coredamage,
                                autocvar_g_vehicle_spiderbot_blowup_edgedamage,
-                               autocvar_g_vehicle_spiderbot_blowup_radius, world,
+                               autocvar_g_vehicle_spiderbot_blowup_radius, world, world,
                                autocvar_g_vehicle_spiderbot_blowup_forceintensity, DEATH_VH_SPID_DEATH, world);
 
     self.alpha = self.tur_head.alpha = self.gun1.alpha = self.gun2.alpha = -1;