diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index faf039a6f23..740e5fd69c2 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -42,6 +42,12 @@ has_sensor = 1 // Just to make sure it has a sensor armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) // Standar Jumpsuit stats +/obj/item/clothing/head/fluff/sparkyninja_beret //Sparkyninja: Neil Wilkinson + name = "royal marines commando beret" + desc = "Dark Green beret with an old insignia on it." + icon_state = "sparkyninja_beret" + flags = FPRINT | TABLEPASS + ////////////////////////////////// ////////// Fluff Items /////////// ////////////////////////////////// diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index 9184f11c095..e1b188300a6 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index 935a230c74a..ad9f67bf5c1 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ