Merge pull request #294 from VampyrBytes/master

Replaced Monkeyized() with working method
This commit is contained in:
ZomgPonies
2014-07-17 01:35:32 -04:00
2 changed files with 8 additions and 3 deletions
+7
View File
@@ -1,3 +1,9 @@
/mob/living/carbon/human/proc/monkeyize()
var/mob/H = src
H.dna.SetSEState(MONKEYBLOCK,1)
domutcheck(H, null)
/*
/mob/living/carbon/human/proc/monkeyize()
if (monkeyizing)
return
@@ -49,6 +55,7 @@
del(animation)
return O
*/
/mob/new_player/AIize()
spawning = 1