From 407b1fe071548dad8dc7546782c5529ba5b91dbb Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Thu, 7 Jan 2021 23:14:59 -0700 Subject: [PATCH] Update humans.dm --- code/game/objects/effects/decals/cleanable/humans.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/effects/decals/cleanable/humans.dm b/code/game/objects/effects/decals/cleanable/humans.dm index cbf9c571e3..6d051b6c8c 100644 --- a/code/game/objects/effects/decals/cleanable/humans.dm +++ b/code/game/objects/effects/decals/cleanable/humans.dm @@ -106,7 +106,7 @@ /obj/effect/decal/cleanable/trail_holder/update_icon() . = ..() if(!fixed_color) - add_atom_colour(blood_DNA_to_color()) + add_atom_colour(blood_DNA_to_color(), FIXED_COLOUR_PRIORITY) /obj/effect/cleanable/trail_holder/Initialize() . = ..()