First iteration of corpse decay

This commit is contained in:
ZomgPonies
2013-12-07 03:53:10 -05:00
parent 38b47ddbed
commit d1c11c3a0a
4 changed files with 36 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
createCorpse()
/obj/effect/landmark/corpse/proc/createCorpse() //Creates a mob and checks for gear in each slot before attempting to equip it.
var/mob/living/carbon/human/M = new /mob/living/carbon/human (src.loc)
var/mob/living/carbon/human/human/M = new /mob/living/carbon/human/human (src.loc)
M.dna.mutantrace = mutantrace
M.real_name = src.name
M.death(1) //Kills the new mob