From 18e59c3e9b001bcad17d339cf02591cfc33e98fd Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 20 Oct 2021 21:39:47 +0200 Subject: [PATCH] [MIRROR] Pacifists can now fire circuit guns [MDB IGNORE] (#8952) * Pacifists can now fire wire guns (#62173) Pacifists can use non-lethal weapons and the circuit gun seems pretty non-lethal. * Pacifists can now fire circuit guns Co-authored-by: MMMiracles --- 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'