Fix for r4350

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4352 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
elly1989@rocketmail.com
2012-08-09 18:04:38 +00:00
parent f8ddd70798
commit 7d7fb4abaf

View File

@@ -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()