diff --git a/modular_citadel/code/modules/projectiles/guns/ballistic/handguns.dm b/modular_citadel/code/modules/projectiles/guns/ballistic/handguns.dm index 98d2efc4ea..53463bcfe5 100644 --- a/modular_citadel/code/modules/projectiles/guns/ballistic/handguns.dm +++ b/modular_citadel/code/modules/projectiles/guns/ballistic/handguns.dm @@ -58,12 +58,9 @@ //////10mm soporific bullets////// -obj/item/projectile/bullet/c10mm/soporific +/obj/item/projectile/bullet/c10mm/soporific name ="10mm soporific bullet" - armour_penetration = 0 nodamage = TRUE - dismemberment = 0 - knockdown = 0 /obj/item/projectile/bullet/c10mm/soporific/on_hit(atom/target, blocked = FALSE) . = ..() @@ -144,4 +141,4 @@ obj/item/projectile/bullet/c10mm/soporific icon_state = "raygun" desc = "A toy laser with a classic, retro feel and look. Compatible with existing laser tag systems." ammo_type = list(/obj/item/ammo_casing/energy/laser/raytag) - selfcharge = EGUN_SELFCHARGE \ No newline at end of file + selfcharge = EGUN_SELFCHARGE