Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadhorizon committed Sep 21, 2024
1 parent 21faec6 commit be0c73c
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion _maps/shuttles/independent/independent_rigger.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@
/obj/item/clothing/shoes/cowboy,
/obj/item/clothing/under/rank/security/officer/blueshirt,
/obj/item/clothing/glasses/hud/security/sunglasses,
/obj/item/clothing/suit/armor/vest/duster,
/obj/item/clothing/suit/jacket/leather/duster/black,
/obj/item/clothing/head/cowboy/sec,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 1
Expand Down
8 changes: 4 additions & 4 deletions code/modules/client/loadout/loadout_suit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
display_name = "leather jacket"
path = /obj/item/clothing/suit/jacket/leather

/datum/gear/suit/jacket/leather/overcoat
display_name = "leather overcoat"
path = /obj/item/clothing/suit/jacket/leather/overcoat

/datum/gear/suit/jacket/leather/duster
display_name = "leather duster"
path = /obj/item/clothing/suit/jacket/leather/duster

/datum/gear/suit/jacket/leather/duster/black
display_name = "black duster"
path = /obj/item/clothing/suit/jacket/leather/duster/black

/datum/gear/suit/jacket/military
display_name = "military jacket"
path = /obj/item/clothing/suit/jacket/miljacket
Expand Down
8 changes: 0 additions & 8 deletions code/modules/clothing/suits/armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,6 @@
item_state = "blueshift"
custom_premium_price = 750

/obj/item/clothing/suit/armor/vest/duster
name = "black duster"
desc = "A long, intimidating black coat. This one is reinforced and ideal for protecting its wearer from rain, sun, dust, and bullets."
icon_state = "armor_duster"
item_state = "duster_sec"
cold_protection = CHEST|GROIN|LEGS|ARMS
heat_protection = CHEST|GROIN|LEGS|ARMS

/obj/item/clothing/suit/armor/hos
name = "armored greatcoat"
desc = "A greatcoat enhanced with a special alloy for some extra protection and style for those with a commanding presence."
Expand Down
6 changes: 6 additions & 0 deletions code/modules/clothing/suits/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,12 @@
cold_protection = CHEST|GROIN|ARMS|LEGS
supports_variations = VOX_VARIATION

/obj/item/clothing/suit/jacket/leather/duster/black
name = "black duster"
desc = "A long, intimidating black coat. Ideal for protecting its wearer from rain, sun, and dust."
icon_state = "duster_black"
item_state = "duster_black"

/obj/item/clothing/suit/jacket/leather/duster/command
name = "officer's duster"
desc = "A long, supple leather coat. Ideal for protecting its wearer from rain, sun, dust, and paperwork."
Expand Down
Binary file modified icons/mob/clothing/suit.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/suits/armor.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/suits.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/suits/armor.dmi
Binary file not shown.

0 comments on commit be0c73c

Please sign in to comment.