diff --git a/code/modules/mob/living/simple_animal/aliens/synx.dm b/code/modules/mob/living/simple_animal/aliens/synx.dm index a011f450d4..019d68a2e4 100644 --- a/code/modules/mob/living/simple_animal/aliens/synx.dm +++ b/code/modules/mob/living/simple_animal/aliens/synx.dm @@ -149,7 +149,7 @@ //verbs |= /mob/living/proc/disendstomach //to do later: add disendstomach verb and flag to check, also sprites of stomach outside the body. verbs |= /mob/living/simple_mob/proc/contort verbs |= /mob/living/simple_mob/retaliate/synx/proc/sonar_ping - verbs |= /mob/living/simple_mob/proc/shred_limb /shredlimb + verbs |= /mob/living/proc/shred_limb verbs |= /mob/living/simple_mob/retaliate/synx/proc/disguise verbs |= /mob/living/simple_mob/retaliate/synx/proc/randomspeech realname = name @@ -459,9 +459,11 @@ if(!heard_something) to_chat(src, "You hear no movement but your own.") + ///mob/living/simple_mob/proc/disendstomach() //Original code for disendedstomach burn damage. // + //////////////////////////////////////// ////////////////PET VERSION///////////// ////////////////////////////////////////