Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouch authored Oct 15, 2023
1 parent a0658a5 commit eb91960
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
Binary file modified icons/mob/clothing/head.dmi
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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,\
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit eb91960

Please sign in to comment.