diff --git a/code/modules/projectiles/ammunition/ammo_casings.dm b/code/modules/projectiles/ammunition/ammo_casings.dm index 53b7575d716..1875458d1c0 100644 --- a/code/modules/projectiles/ammunition/ammo_casings.dm +++ b/code/modules/projectiles/ammunition/ammo_casings.dm @@ -481,6 +481,7 @@ projectile_type = /obj/item/projectile/bullet/cap muzzle_flash_strength = MUZZLE_FLASH_STRENGTH_NORMAL muzzle_flash_range = MUZZLE_FLASH_RANGE_NORMAL + harmful = FALSE /obj/item/ammo_casing/caseless/laser desc = "An experimental laser casing, designed to vaporize when fired."