Added bloody footprints.

This commit is contained in:
Chinsky
2013-06-01 14:30:05 +04:00
parent 89fff29db1
commit 3bbb250749
4 changed files with 72 additions and 5 deletions
@@ -1095,4 +1095,10 @@
return 0 //already bloodied with this blood. Cannot add more.
blood_DNA[M.dna.unique_enzymes] = M.dna.b_type
src.update_inv_gloves() //handles bloody hands overlays and updating
return 1 //we applied blood to the item
return 1 //we applied blood to the item
/mob/living/carbon/human/clean_blood()
.=..()
if(istype(feet_blood_DNA, /list) && feet_blood_DNA.len)
del(feet_blood_DNA)
return 1