From fe59dedb71c99b6d2965d01cfa40d1a302fb9745 Mon Sep 17 00:00:00 2001 From: loburd <66150448+loburd@users.noreply.github.com> Date: Wed, 26 Aug 2020 17:32:12 -0400 Subject: [PATCH] Update synx.dm --- code/modules/mob/living/simple_animal/aliens/synx.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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///////////// ////////////////////////////////////////