From fe51aca07fd13accb50ef19694310ecdac8e84dd Mon Sep 17 00:00:00 2001 From: CornMyCob Date: Mon, 15 Jun 2020 23:21:25 +0100 Subject: [PATCH] back --- code/game/atoms.dm | 3 +++ 1 file changed, 3 insertions(+) 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