From 20816b485f331f7609cf5a3ec8808ce492b08d00 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 5 Mar 2019 11:22:39 +0100 Subject: [PATCH] Update synx.dm --- code/modules/mob/living/simple_animal/animals/synx.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/animals/synx.dm b/code/modules/mob/living/simple_animal/animals/synx.dm index 52820ed344..0e1e8d9855 100644 --- a/code/modules/mob/living/simple_animal/animals/synx.dm +++ b/code/modules/mob/living/simple_animal/animals/synx.dm @@ -259,7 +259,7 @@ mob/living/simple_animal/synx/PunchTarget() if(prob(20))//Forcefeeding code L.Weaken(5) stop_automated_movement = 1 - src.feed_self_to_grabbed(L) + src.feed_self_to_grabbed(src,L) update_icon() stop_automated_movement = 0 if(L.reagents)