diff --git a/icons/mob/clothing/head.dmi b/icons/mob/clothing/head.dmi index e5d82ccc3475..0773a1938515 100644 Binary files a/icons/mob/clothing/head.dmi and b/icons/mob/clothing/head.dmi differ diff --git a/modular_bluemoon/kovac_shitcode/code/modules/clothing/outfits/ert.dm b/modular_bluemoon/kovac_shitcode/code/modules/clothing/outfits/ert.dm index 59481f8ad20a..b73868281b89 100644 --- a/modular_bluemoon/kovac_shitcode/code/modules/clothing/outfits/ert.dm +++ b/modular_bluemoon/kovac_shitcode/code/modules/clothing/outfits/ert.dm @@ -3,9 +3,9 @@ name = "Firesquad Commander" id = /obj/item/card/id/ert - suit = /obj/item/clothing/suit/space/hardsuit/ert/alert/sec + suit = /obj/item/clothing/suit/space/hardsuit/ert/alert/sec/fire glasses = /obj/item/clothing/glasses/thermal/eyepatch - back = /obj/item/storage/backpack/ert_commander/ert_security + back = /obj/item/storage/backpack/rucksack belt = /obj/item/storage/belt/grenade/fire_grenade r_hand = /obj/item/gun/energy/laser/hellgun backpack_contents = list(/obj/item/storage/box/survival/engineer=1,\ @@ -29,9 +29,9 @@ name = "Firesquad Trooper" id = /obj/item/card/id/ert/Security - suit = /obj/item/clothing/suit/space/hardsuit/ert/alert/sec + suit = /obj/item/clothing/suit/space/hardsuit/ert/alert/sec/fire glasses = /obj/item/clothing/glasses/thermal/eyepatch - back = /obj/item/storage/backpack/ert_commander/ert_security + back = /obj/item/storage/backpack/rucksack belt = /obj/item/storage/belt/grenade/fire_grenade l_hand = /obj/item/gun/energy/laser/hellgun r_hand = /obj/item/flamethrower/full/tank/m240 diff --git a/modular_bluemoon/kovac_shitcode/code/modules/clothing/spacesuits.dm b/modular_bluemoon/kovac_shitcode/code/modules/clothing/spacesuits.dm index c3ceba2f6af7..85e69591ced5 100644 --- a/modular_bluemoon/kovac_shitcode/code/modules/clothing/spacesuits.dm +++ b/modular_bluemoon/kovac_shitcode/code/modules/clothing/spacesuits.dm @@ -2,24 +2,20 @@ /obj/item/clothing/head/helmet/space/hardsuit/ert/alert/sec/fire name = "Firesquad Helmet" desc = "Fireproof ERT trooper hardsuit helmet." - icon_state = "hardsuit0-warden" - item_state = "hardsuit0-warden" - icon = 'modular_bluemoon/kovac_shitcode/icons/obj/clothing/hats.dmi' - mob_overlay_icon = 'modular_bluemoon/kovac_shitcode/icons/mob/clothing/head.dmi' - hardsuit_type = "warden" + icon_state = "hardsuit0-fire" + item_state = "hardsuit0-fire" + hardsuit_type = "fire" mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON + actions_types = list() //Хардсьют огненного ертшника /obj/item/clothing/suit/space/hardsuit/ert/alert/sec/fire name = "Firesquad Suit" desc = "Fireproof ERT trooper hardsuit." - icon_state = "hardsuit0-warden" - icon_state = "hardsuit0-warden" - icon = 'modular_bluemoon/kovac_shitcode/icons/obj/clothing/suits.dmi' - mob_overlay_icon = 'modular_bluemoon/kovac_shitcode/icons/mob/clothing/suit.dmi' + icon_state = "ert_security-alert" + icon_state = "ert_security-alert" helmettype = /obj/item/clothing/head/helmet/space/hardsuit/ert/alert/sec/fire - mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON - hardsuit_type = "warden" + hardsuit_type = "alert" //Хардсьюты клоун опсов //Helmet_ELITE @@ -28,10 +24,7 @@ desc = "HONK HONK HONK Bith ass motherfucker!" icon_state = "hardsuit0-clown" item_state = "hardsuit0-clown" - icon = 'modular_bluemoon/kovac_shitcode/icons/obj/clothing/hats.dmi' - mob_overlay_icon = 'modular_bluemoon/kovac_shitcode/icons/mob/clothing/head.dmi' hardsuit_type = "clown" - mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON //Suit_ELITE /obj/item/clothing/suit/space/hardsuit/syndi/elite/clown name = "HONK elite hardsuit"