diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index 92d9830ba4..5c063514b4 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -903,8 +903,7 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( flags_inventory = BLOCKSHARPOBJ flags_inv_hide = HIDEEARS|HIDETOPHAIR flags_marine_helmet = HELMET_GARB_OVERLAY - flags_item = MOB_LOCK_ON_EQUIP - specialty = "M45 ghillie" + specialty = "M10 ghillie" /obj/item/clothing/head/helmet/marine/CO name = "\improper M10 pattern commanding officer helmet" diff --git a/code/modules/clothing/suits/marine_armor.dm b/code/modules/clothing/suits/marine_armor.dm index c6e49abfd1..e3a1a3fe8d 100644 --- a/code/modules/clothing/suits/marine_armor.dm +++ b/code/modules/clothing/suits/marine_armor.dm @@ -514,6 +514,16 @@ /obj/item/clothing/suit/storage/marine/medium armor_variation = 6 +/obj/item/clothing/suit/storage/marine/medium/non_spec_ghillie //doesnt have sniper spec shit associated with it + name = "\improper M40 pattern ghillie armor" + desc = "An older variant of camouflage suit used by snipers and scouts. While cheap to produce and easy to use, this suit of armor doesn't offer same level of stealth as newer M45 with integrated heatsink." + icon_state = "ghillie_armor" + armor_bio = CLOTHING_ARMOR_MEDIUMHIGH + flags_marine_armor = ARMOR_LAMP_OVERLAY + specialty = "M40 pattern ghillie" + valid_accessory_slots = list(ACCESSORY_SLOT_ARMBAND, ACCESSORY_SLOT_DECOR, ACCESSORY_SLOT_MEDAL) + restricted_accessory_slots = list(ACCESSORY_SLOT_ARMBAND) + /obj/item/clothing/suit/storage/marine/light name = "\improper M3-L pattern light armor" desc = "A lighter, cut down version of the standard M3 pattern armor. It sacrifices durability for more speed."