Fixes foot washing.

-Foot washing proc was using a wrong and nonexistent var instead of the one actually assigned for cleaning feet by showers and such.
This commit is contained in:
Verkister
2018-02-19 08:12:56 +02:00
parent 2d2d80494f
commit da0a230bd5
@@ -1024,10 +1024,10 @@
return
return md5(dna.uni_identity)
/mob/living/carbon/human/clean_blood(var/clean_feet)
/mob/living/carbon/human/clean_blood(var/washshoes)
.=..()
gunshot_residue = null
if(clean_feet && !shoes && istype(feet_blood_DNA, /list) && feet_blood_DNA.len)
if(washshoes && !shoes && istype(feet_blood_DNA, /list) && feet_blood_DNA.len)
feet_blood_color = null
feet_blood_DNA.Cut()
feet_blood_DNA = null