Update synx.dm

This commit is contained in:
loburd
2020-08-26 17:32:12 -04:00
parent 801820c7ce
commit fe59dedb71
@@ -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, "<span class='notice'>You hear no movement but your own.</span>")
///mob/living/simple_mob/proc/disendstomach() //Original code for disendedstomach burn damage.
//
////////////////////////////////////////
////////////////PET VERSION/////////////
////////////////////////////////////////