Merge pull request #3430 from Fox-McCloud/liches

Adds in Lichdom and Lesser Summon Guns Spells--Wiz Tweaks
This commit is contained in:
TheDZD
2016-01-29 21:47:10 -05:00
20 changed files with 378 additions and 91 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()