mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Merge pull request #212 from CHOMPStation2/Razgriz1032-patch-21
Stun baton: Taking the harm out of disarm
This commit is contained in:
@@ -178,7 +178,7 @@
|
|||||||
var/mob/living/carbon/human/H = target
|
var/mob/living/carbon/human/H = target
|
||||||
affecting = H.get_organ(hit_zone)
|
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.
|
//whacking someone causes a much poorer electrical contact than deliberately prodding them.
|
||||||
agony *= 0.5
|
agony *= 0.5
|
||||||
|
|||||||
Reference in New Issue
Block a user