Collapsed Bump() down to carbon from alien and monkey. Stripped out extraneous stuff from carbon/alien HUD. Implemented some life stuff for aliens.

This commit is contained in:
Zuhayr
2014-09-30 15:28:30 +09:30
parent b4646b65e8
commit e2ce1fa2df
12 changed files with 276 additions and 213 deletions
+9
View File
@@ -1036,3 +1036,12 @@ mob/proc/yank_out_object()
if(paralysis)
AdjustParalysis(-1)
return paralysis
//Check for brain worms in head.
/mob/proc/has_brain_worms()
for(var/I in contents)
if(istype(I,/mob/living/simple_animal/borer))
return I
return 0