Making synxes able to feed themselves to people

Oh how the turntables have tided
This commit is contained in:
Sharkmare
2019-03-05 10:58:01 +01:00
committed by GitHub
parent 12fef0aa80
commit 4e79dfdaa5
@@ -256,6 +256,9 @@ mob/living/simple_animal/synx/PunchTarget()
if(.) // If we succeeded in hitting.
if(isliving(A))
var/mob/living/L = A
prob(20)
L.Weaken(5)
src.feed_self_to_grabbed(L)
if(L.reagents)
var/target_zone = pick(BP_TORSO,BP_TORSO,BP_TORSO,BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_HEAD)
if(L.can_inject(src, null, target_zone))