diff --git a/code/citadel/cit_guns.dm b/code/citadel/cit_guns.dm index d4008b18ae..3d08eaeba1 100644 --- a/code/citadel/cit_guns.dm +++ b/code/citadel/cit_guns.dm @@ -396,7 +396,7 @@ /obj/item/projectile/bullet/nlmagrifle //non-lethal boolets icon = 'icons/obj/guns/cit_guns.dmi' icon_state = "magjectile-large-nl" - damage = 1 + damage = 0 knockdown = 0 stamina = 35 armour_penetration = -10 @@ -1245,4 +1245,4 @@ obj/item/gun/energy/e_gun/cx/worn_overlays(isinhands, icon_file) /obj/item/ammo_box/magazine/toy/pistol //forcing this might be a bad idea, but it'll fix the foam gun infinite material exploit ..() - materials = list(MAT_METAL = 200) \ No newline at end of file + materials = list(MAT_METAL = 200)