From 1731d4a26635b31aa8d58ff5348bc036d50ee465 Mon Sep 17 00:00:00 2001 From: Linzolle Date: Sun, 7 Jul 2019 01:44:58 -0500 Subject: [PATCH] normalises hop and cap's berets to not hide hair --- code/modules/clothing/head/jobs.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/head/jobs.dm b/code/modules/clothing/head/jobs.dm index 07817ec4e4..0f7766e364 100644 --- a/code/modules/clothing/head/jobs.dm +++ b/code/modules/clothing/head/jobs.dm @@ -47,6 +47,7 @@ name = "captain's beret" desc = "A beret fit for a leader." icon_state = "capberet" + dynamic_hair_suffix = "" dog_fashion = null @@ -62,6 +63,7 @@ name = "head of personnel's beret" desc = "The symbol of true bureaucratic micromanagement, although in a fancy form." icon_state = "hopberet" + dynamic_hair_suffix = "" dog_fashion = null