Skip to content

Commit

Permalink
Сделал черный плащ кепа тоже акксесуаром
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingakem committed Dec 3, 2023
1 parent 9c249bf commit 02b86be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modular_ss220/clothing/code/cloaks.dm
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/obj/item/clothing/suit/mantle/armor/captain/black
/obj/item/clothing/accessory/cloak/captain_black
name = "чёрная капитанская мантия"
desc = "Носится верховным лидером станции NSS Cyberiad."
icon = 'modular_ss220/clothing/icons/object/cloaks.dmi'
icon_state = "capcloak_black"
icon_override = 'modular_ss220/clothing/icons/mob/cloaks.dmi'
item_state = "capcloak_black"

/obj/item/clothing/suit/mantle/armor/captain_black/Initialize(mapload)
/obj/item/clothing/accessory/cloak/captain_black/Initialize(mapload)
. = ..()
desc = "Носится верховным лидером станции [station_name()]."

Expand Down
2 changes: 1 addition & 1 deletion modular_ss220/clothing/code/garment_bag.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/obj/item/storage/bag/garment/captain/populate_contents()
. = ..()
new /obj/item/clothing/head/caphat/beret_black(src)
new /obj/item/clothing/suit/mantle/armor/captain_black(src)
new /obj/item/clothing/accessory/cloak/captain_black(src)
new /obj/item/clothing/accessory/cloak/captain(src)

/obj/item/storage/bag/garment/head_of_security/populate_contents()
Expand Down

0 comments on commit 02b86be

Please sign in to comment.