Removes the unfortunately derpy bloody footprints.

This commit is contained in:
SkyMarshal
2012-06-21 11:10:05 -07:00
parent 580a83d334
commit f39676cacb
5 changed files with 10 additions and 10 deletions
@@ -15,7 +15,7 @@ obj/item/clothing/gloves/var
mob/living/carbon/human/bloody_hands_mob
obj/effect/decal/cleanable/var
/*obj/effect/decal/cleanable/var
track_amt = 3
mob/blood_owner
@@ -145,7 +145,7 @@ proc/get_tracks(mob/M)
else if(istype(M,/mob/living/carbon/alien/larva))
. = "small alien feet"
else
. = "an unknown creature"
. = "an unknown creature"*/
proc/blood_incompatible(donor,receiver)
@@ -188,7 +188,7 @@
this.icon_state = pick(iconL)
this.blood_DNA = list()
this.blood_DNA[dna.unique_enzymes] = dna.b_type
this.blood_owner = src
// this.blood_owner = src
if(virus2)
this.virus2 = virus2.getcopy()