Merge pull request #10198 from Ghommie/Ghommie-cit466

Fixes ranged syndicate mobs stormtrooper training: The port.
This commit is contained in:
Putnam3145
2019-12-15 15:42:13 -08:00
committed by GitHub

View File

@@ -427,7 +427,7 @@
if(casingtype)
var/obj/item/ammo_casing/casing = new casingtype(startloc)
playsound(src, projectilesound, 100, 1)
casing.fire_casing(targeted_atom, src, null, null, null, ran_zone(), src)
casing.fire_casing(targeted_atom, src, null, null, null, ran_zone(), 0, src)
else if(projectiletype)
var/obj/item/projectile/P = new projectiletype(startloc)
playsound(src, projectilesound, 100, 1)