From c8456810d864410ca82d769fbddcc779fad15f49 Mon Sep 17 00:00:00 2001 From: Luc <89928798+lewcc@users.noreply.github.com> Date: Sun, 1 Oct 2023 06:42:47 -0400 Subject: [PATCH] marks cap guns as harmless (#22572) --- code/modules/projectiles/ammunition/ammo_casings.dm | 1 + 1 file changed, 1 insertion(+) 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."