From d3ce7ed8570403c5bbaaf7e0674bae8b87791df5 Mon Sep 17 00:00:00 2001 From: MMMiracles Date: Wed, 20 Oct 2021 13:11:16 -0400 Subject: [PATCH] Pacifists can now fire wire guns (#62173) Pacifists can use non-lethal weapons and the circuit gun seems pretty non-lethal. --- code/modules/wiremod/shell/gun.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/wiremod/shell/gun.dm b/code/modules/wiremod/shell/gun.dm index 8d7ee284f3b..ff37c9046dd 100644 --- a/code/modules/wiremod/shell/gun.dm +++ b/code/modules/wiremod/shell/gun.dm @@ -18,6 +18,7 @@ /obj/item/ammo_casing/energy/wiremod_gun projectile_type = /obj/projectile/energy/wiremod_gun + harmful = FALSE select_name = "circuit" fire_sound = 'sound/weapons/blaster.ogg'