Spaceworm overhaul

This commit is contained in:
Tigercat2000
2015-04-01 03:13:48 +02:00
parent f7b945d91d
commit f837edf180
6 changed files with 341 additions and 203 deletions
+2 -2
View File
@@ -123,7 +123,7 @@
O.rename_self("ai",1)
. = O
qdel(src)
/mob/living/carbon/human/make_into_mask(var/should_gib = 0)
for(var/t in organs)
qdel(t)
@@ -383,7 +383,7 @@
if(!MP)
return 0 //Sanity, this should never happen.
if(ispath(MP, /mob/living/simple_animal/space_worm))
if(ispath(MP, /mob/living/simple_animal/hostile/spaceWorm))
return 0 //Unfinished. Very buggy, they seem to just spawn additional space worms everywhere and eating your own tail results in new worms spawning.
if(ispath(MP, /mob/living/simple_animal/construct/behemoth))