From c9930f69757e888976a1ff4def2ecaeb2f971b2b Mon Sep 17 00:00:00 2001 From: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:10:40 +0000 Subject: [PATCH] [FIX] Makes Borg Stun Arm `screwdriver_act()` return `FALSE`. (#27414) * Update stunbaton.dm * Update code/game/objects/items/weapons/stunbaton.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> --------- Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> --- code/game/objects/items/weapons/stunbaton.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/objects/items/weapons/stunbaton.dm b/code/game/objects/items/weapons/stunbaton.dm index 304b679137f..4358bd0f724 100644 --- a/code/game/objects/items/weapons/stunbaton.dm +++ b/code/game/objects/items/weapons/stunbaton.dm @@ -334,6 +334,9 @@ desc = "A piece of scrap metal wired directly to your power cell." hitcost = 100 +/obj/item/melee/baton/loaded/borg_stun_arm/screwdriver_act(mob/living/user, obj/item/I) + return FALSE + /obj/item/melee/baton/flayerprod name = "stunprod" desc = "A mechanical mass which you can use to incapacitate someone with."