mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 04:26:38 +01:00
Making synxes able to feed themselves to people
Oh how the turntables have tided
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user