From ccce7ad47211a8010d4041cfc65aeef30b9451fb Mon Sep 17 00:00:00 2001 From: Hopekz Date: Mon, 26 Jun 2023 09:06:16 -0500 Subject: [PATCH] Update head.dm --- code/modules/clothing/head/head.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/head/head.dm b/code/modules/clothing/head/head.dm index 10670c222d6a..0916ecfb34e9 100644 --- a/code/modules/clothing/head/head.dm +++ b/code/modules/clothing/head/head.dm @@ -249,7 +249,7 @@ /obj/item/prop/helmetgarb/lucky_feather/blue = "lucky_feather_blue", /obj/item/prop/helmetgarb/lucky_feather/purple = "lucky_feather_purple", /obj/item/prop/helmetgarb/lucky_feather/yellow = "lucky_feather_yellow", - /obj/item/tool/pen/fountain = "fountainpen" + /obj/item/tool/pen/fountain = "fountainpen", ) var/storage_slots = 1 var/storage_slots_reserved_for_garb = 1