diff --git a/code/game/objects/items/weapons/stunbaton.dm b/code/game/objects/items/weapons/stunbaton.dm index 371082f1f6..f1615762a1 100644 --- a/code/game/objects/items/weapons/stunbaton.dm +++ b/code/game/objects/items/weapons/stunbaton.dm @@ -178,7 +178,7 @@ var/mob/living/carbon/human/H = target affecting = H.get_organ(hit_zone) - if(user.a_intent == I_HURT || user.a_intent == I_DISARM) + if(user.a_intent == I_HURT) //CHOMPEdit: No disarm. ONLY HARM. . = ..() //whacking someone causes a much poorer electrical contact than deliberately prodding them. agony *= 0.5 @@ -274,4 +274,4 @@ // Borg version, for the lost module. /obj/item/weapon/melee/baton/shocker/robot - use_external_power = TRUE \ No newline at end of file + use_external_power = TRUE