Skip to content

Commit

Permalink
MercReaper's commission (#2196)
Browse files Browse the repository at this point in the history
* security long winter coat

todo: fix bugs

* no reskin.

* ckeys..

* Update tff_modular/modules/~donator/clothes/donator_clothing.dm

Co-authored-by: Iajret <[email protected]>

* Update tff_modular/modules/~donator/clothes/donator_clothing.dm

Co-authored-by: Iajret <[email protected]>

* Update donator_clothing.dm

---------

Co-authored-by: Iajret <[email protected]>
  • Loading branch information
ReezeBL and Iajret authored Mar 1, 2024
1 parent 7324000 commit 417ea3d
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
30 changes: 30 additions & 0 deletions tff_modular/modules/~donator/clothes/donator_clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,33 @@
. = ..()
if(icon_state == "mercreaper_cloak_syndie")
desc = alternate_desc

/obj/item/clothing/suit/hooded/wintercoat/specialops
name = "security long jacket"
desc = "Long jacket developed by \"Armadyne\" for security officers. There is a blue Armadyne logo on the back. Made from materials to retain heat and can be used down to -20 Celsius."

icon = 'tff_modular/master_files/icons/donator/obj/clothing/suit.dmi'
icon_state = "mercreapercoat_summer"
worn_icon = 'tff_modular/master_files/icons/donator/mob/clothing/suit.dmi'
worn_icon_state = "mercreapercoat_summer"

supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
slot_flags = ITEM_SLOT_OCLOTHING|ITEM_SLOT_NECK

hoodtype = /obj/item/clothing/head/hooded/winterhood/specialops

/obj/item/clothing/suit/hooded/wintercoat/specialops/winter
name = "security winter long jacket"
desc = "Long jacket developed by \"Armadyne\" for security personnel working in harsh, low temperature conditions. There is a blue Armadyne logo on the back. Made from materials to retain heat and can be used down to -40 Celsius."

icon_state = "mercreapercoat_winter"
worn_icon_state = "mercreapercoat_winter"

hoodtype = /obj/item/clothing/head/hooded/winterhood/specialops/winter

/obj/item/clothing/head/hooded/winterhood/specialops
worn_icon = 'tff_modular/master_files/icons/donator/mob/clothing/head.dmi'
worn_icon_state = "mercreaperhood_summer"

/obj/item/clothing/head/hooded/winterhood/specialops/winter
worn_icon_state = "mercreaperhood_winter"
10 changes: 10 additions & 0 deletions tff_modular/modules/~donator/loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@
name = "Officer's coat"
item_path = /obj/item/clothing/neck/cloak/officer
ckeywhitelist = list("mercreaper")

/datum/loadout_item/suit/officer_jacket_mr
name = "Security Long Jacket"
item_path = /obj/item/clothing/suit/hooded/wintercoat/specialops
ckeywhitelist = list("mercreaper", "skadi999", "iajret", "yaqapi", "discord980", "siamant", "napaslavandos", "low3", "oni3288", "byratishka")

/datum/loadout_item/suit/officer_jacket_mr_winter
name = "Security Winter Long Jacket"
item_path = /obj/item/clothing/suit/hooded/wintercoat/specialops/winter
ckeywhitelist = list("mercreaper", "skadi999", "iajret", "yaqapi", "discord980", "siamant", "napaslavandos", "low3", "oni3288", "byratishka")

0 comments on commit 417ea3d

Please sign in to comment.