diff --git a/code/game/atoms.dm b/code/game/atoms.dm index 0a63ce10dd0..851e1fdee00 100644 --- a/code/game/atoms.dm +++ b/code/game/atoms.dm @@ -748,6 +748,9 @@ GLOBAL_LIST_EMPTY(blood_splatter_icons) if(belt) if(belt.clean_blood()) update_inv_belt() + if(back) + if(back.clean_blood()) + update_inv_back() update_icons() //apply the now updated overlays to the mob