From 85d805b2ba1d49fce7cd1345a5eb5fcf5fda56d9 Mon Sep 17 00:00:00 2001 From: FalseIncarnate Date: Wed, 1 Apr 2015 03:58:52 -0400 Subject: [PATCH] Fixes item path Now properly denotes the blue mask as a fluff item in it's path. --- code/modules/customitems/item_defines.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 61dda385436..2172d30c21a 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -981,7 +981,7 @@ icon_state = "hm_armorvest" item_state = "hm_armorvest" -/obj/item/clothing/mask/gas/sechailer/bluemask //Blue security mask +/obj/item/clothing/mask/gas/sechailer/fluff/bluemask //Blue security mask name = "custom SWAT mask" desc = "A neon blue swat mask, used for demoralizing Greytide in the wild. It has the initials H.M. on the side." action_button_name = "HALT!"