Merge pull request #11671 from VOREStation/upstream-merge-8328

[MIRROR] Rocket launchers make the projectile when they consume the rocket
This commit is contained in:
Casey
2021-10-27 11:38:20 -04:00
committed by Chompstation Bot
parent 299511d80d
commit 0e8d336a1b

View File

@@ -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)