From f8e0171776d1eb9a364d74dd77c4a0044033382b Mon Sep 17 00:00:00 2001 From: Sonic121x <64410541+Sonic121x@users.noreply.github.com> Date: Fri, 16 Oct 2020 03:55:29 +0800 Subject: [PATCH] Update miscellaneous.dm --- code/modules/clothing/suits/miscellaneous.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index 3b45d2bc14..9d83752081 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -99,18 +99,21 @@ desc = "A rather impractical, long coat." icon_state = "tailcoat" item_state = "tailcoat" + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/vickyblack name = "black victorian coat" desc = "An overbearing black coat, it looks far older than you are." icon_state = "vickyblack" item_state = "vickyblack" + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/vickyred name = "red victorian coat" desc = "An overbearing red coat, it looks far older than you are." icon_state = "vickyred" item_state = "vickyred" + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/apron/overalls name = "coveralls"