From d6cfd957ad717a7b8e3c7d7aef00b14c7f7540da Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Sun, 28 Jun 2020 17:26:50 +0100 Subject: [PATCH] fix shoes --- code/modules/mob/living/carbon/human/human_movement.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_movement.dm b/code/modules/mob/living/carbon/human/human_movement.dm index 52027e7494..ec19cec055 100644 --- a/code/modules/mob/living/carbon/human/human_movement.dm +++ b/code/modules/mob/living/carbon/human/human_movement.dm @@ -86,7 +86,7 @@ FP.bloodiness = S.bloody_shoes[S.blood_state] if(S.last_bloodtype) FP.blood_DNA += list(S.last_blood_DNA = S.last_bloodtype) - FP.blood_DNA["colors"] += S.last_blood_color + FP.blood_DNA["color"] += S.last_blood_color FP.update_icon() update_inv_shoes() //End bloody footprints