From 7d7fb4abaf122bf4e21c9c30c6489e39f23eab83 Mon Sep 17 00:00:00 2001 From: "elly1989@rocketmail.com" Date: Thu, 9 Aug 2012 18:04:38 +0000 Subject: [PATCH] Fix for r4350 git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4352 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/living/carbon/alien/humanoid/life.dm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/code/modules/mob/living/carbon/alien/humanoid/life.dm b/code/modules/mob/living/carbon/alien/humanoid/life.dm index 92bf71c2ae9..8b18a1a6ade 100644 --- a/code/modules/mob/living/carbon/alien/humanoid/life.dm +++ b/code/modules/mob/living/carbon/alien/humanoid/life.dm @@ -48,9 +48,6 @@ //Disease Check //handle_virus_updates() There is no disease that affects aliens - //Update mind - update_mind() - //Handle temperature/pressure differences between body and environment handle_environment() @@ -92,12 +89,6 @@ if (prob(10)) stuttering = max(10, stuttering) - proc/update_mind() - if(!mind && client) - mind = new - mind.current = src - mind.assigned_role = "Hunter" - mind.key = key proc/handle_mutations_and_radiation()