mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Fix for r4350
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4352 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -48,9 +48,6 @@
|
|||||||
//Disease Check
|
//Disease Check
|
||||||
//handle_virus_updates() There is no disease that affects aliens
|
//handle_virus_updates() There is no disease that affects aliens
|
||||||
|
|
||||||
//Update mind
|
|
||||||
update_mind()
|
|
||||||
|
|
||||||
//Handle temperature/pressure differences between body and environment
|
//Handle temperature/pressure differences between body and environment
|
||||||
handle_environment()
|
handle_environment()
|
||||||
|
|
||||||
@@ -92,12 +89,6 @@
|
|||||||
if (prob(10))
|
if (prob(10))
|
||||||
stuttering = max(10, stuttering)
|
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()
|
proc/handle_mutations_and_radiation()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user