From 0d6fbefa54d6a68ebb3edd30ee689b52f7d7508a Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Fri, 8 Mar 2019 08:46:10 +0100 Subject: [PATCH] Update synx.dm --- code/modules/mob/living/simple_animal/animals/synx.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/simple_animal/animals/synx.dm b/code/modules/mob/living/simple_animal/animals/synx.dm index 936e477f1a..5db5bd0846 100644 --- a/code/modules/mob/living/simple_animal/animals/synx.dm +++ b/code/modules/mob/living/simple_animal/animals/synx.dm @@ -118,6 +118,7 @@ speak += "Who is there?" speak += "What is that thing?!" +/* This literally is just the normal proc, why does this exist wh mob/living/simple_animal/synx/PunchTarget() if(!Adjacent(target_mob)) return @@ -137,9 +138,7 @@ mob/living/simple_animal/synx/PunchTarget() return L else ..() - - - +*/ ////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////// SPECIAL ITEMS/REAGENTS !!!! //////////////////////////// //////////////////////////////////////////////////////////////////////////////////////