Adds in Lichdom Spell

This commit is contained in:
Fox-McCloud
2016-01-28 18:57:00 -05:00
parent 657ec31e6a
commit cfa857cd35
13 changed files with 155 additions and 4 deletions
+1
View File
@@ -26,6 +26,7 @@ mob/living
qdel(guts)
for(var/atom/movable/food in stomach_contents)
qdel(food)
remove_from_all_data_huds()
return ..()
/mob/living/carbon/blob_act()