diff --git a/hyperstation/code/obj/ZaoCorp/suit.dm b/hyperstation/code/obj/ZaoCorp/suit.dm index 51cd9888..02583dae 100644 --- a/hyperstation/code/obj/ZaoCorp/suit.dm +++ b/hyperstation/code/obj/ZaoCorp/suit.dm @@ -3,7 +3,7 @@ desc = "Zao Corps signature navy-blue overcoat with a golden highlight finish. Found among police forces as the suit was designed with riot control in mind, it also serves as modest winter coat insulated padding inside." icon = 'hyperstation/icons/obj/clothing/suits.dmi' icon_state = "zaocoat" - item_state = "armor" + item_state = "zaocoat" item_color = "zaocoat" alternate_worn_icon = 'hyperstation/icons/mobs/suits.dmi' body_parts_covered = CHEST|ARMS|LEGS diff --git a/hyperstation/code/obj/ZaoCorp/uniform.dm b/hyperstation/code/obj/ZaoCorp/uniform.dm index de2f9438..ffb508dd 100644 --- a/hyperstation/code/obj/ZaoCorp/uniform.dm +++ b/hyperstation/code/obj/ZaoCorp/uniform.dm @@ -3,6 +3,6 @@ desc = "The standard-issue police force uniform of Zao Corp. Made with a more formal approach to a dress shirt attire while retaining the protective fibers and identity with the blue arm bands. Tie and waistcoat encouraged." icon = 'hyperstation/icons/obj/clothing/uniforms.dmi' icon_state = "zaounder" - item_state = "r_suit" + item_state = "zaounder" item_color = "zaounder" - alternate_worn_icon = 'hyperstation/icons/mobs/uniform.dmi' \ No newline at end of file + alternate_worn_icon = 'hyperstation/icons/mobs/uniforms.dmi' \ No newline at end of file diff --git a/hyperstation/icons/mobs/uniforms.dmi b/hyperstation/icons/mobs/uniforms.dmi new file mode 100644 index 00000000..b9ac335e Binary files /dev/null and b/hyperstation/icons/mobs/uniforms.dmi differ diff --git a/icons/mob/inhands/clothing_lefthand.dmi b/icons/mob/inhands/clothing_lefthand.dmi index c297b25e..1245b5bf 100644 Binary files a/icons/mob/inhands/clothing_lefthand.dmi and b/icons/mob/inhands/clothing_lefthand.dmi differ diff --git a/icons/mob/inhands/clothing_righthand.dmi b/icons/mob/inhands/clothing_righthand.dmi index 82fb7260..1d41a60a 100644 Binary files a/icons/mob/inhands/clothing_righthand.dmi and b/icons/mob/inhands/clothing_righthand.dmi differ