Merge pull request #8328 from Atermonera/rockets_that_go_sideways_arent_REALLY_rockets

Rocket launchers make the projectile when they consume the rocket
This commit is contained in:
MistakeNot4892
2021-10-10 05:40:43 -04:00
committed by VirgoBot
parent e667e86813
commit fbe933d8a1
@@ -36,7 +36,7 @@
if(rockets.len)
var/obj/item/ammo_casing/rocket/I = rockets[1]
rockets -= I
return
return new I.projectile_type(src)
return null
/obj/item/weapon/gun/launcher/rocket/handle_post_fire(mob/user, atom/target)