From 6a11aabcbdcb79cf561f05d9bcd369df75fea965 Mon Sep 17 00:00:00 2001 From: faaaay <69845288+faaaay@users.noreply.github.com> Date: Mon, 4 Jul 2022 21:21:47 +0100 Subject: [PATCH] tweaks to /hooded/ code to allow colour to carry over to hood --- code/modules/clothing/suits/hooded.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/suits/hooded.dm b/code/modules/clothing/suits/hooded.dm index f1eb67dc03d..5945e2f9821 100644 --- a/code/modules/clothing/suits/hooded.dm +++ b/code/modules/clothing/suits/hooded.dm @@ -60,6 +60,8 @@ hood.canremove = FALSE icon_state = "[toggleicon]_t" H.update_inv_wear_suit() + if(color != hood.color) + hood.color = color else RemoveHood()