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 !!!! //////////////////////////// //////////////////////////////////////////////////////////////////////////////////////