From 1018d1001b9f830ed50706782484458204c57c72 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Fri, 1 Dec 2017 23:01:28 -0500 Subject: [PATCH] Fixes Slimes Dying on their Own --- code/modules/mob/living/carbon/slime/life.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/living/carbon/slime/life.dm b/code/modules/mob/living/carbon/slime/life.dm index 6e3221c19fa..e0afe00ada2 100644 --- a/code/modules/mob/living/carbon/slime/life.dm +++ b/code/modules/mob/living/carbon/slime/life.dm @@ -12,6 +12,9 @@ if(!ckey) handle_speech_and_mood() +/mob/living/carbon/slime/breathe() + return + /mob/living/carbon/slime/proc/AIprocess() // the master AI process if(AIproc || stat == DEAD || client) return