diff --git a/hyperstation/code/obj/ZaoCorp/suit.dm b/hyperstation/code/obj/ZaoCorp/suit.dm index ddc4cd273..f2567211b 100644 --- a/hyperstation/code/obj/ZaoCorp/suit.dm +++ b/hyperstation/code/obj/ZaoCorp/suit.dm @@ -5,7 +5,6 @@ icon_state = "zaocoat" item_state = "zaocoat" item_color = "zaocoat" - alternate_worn_icon = 'hyperstation/icons/mobs/suits.dmi' togglename = "zipper" body_parts_covered = CHEST|ARMS|LEGS cold_protection = CHEST|GROIN|LEGS|ARMS @@ -29,4 +28,5 @@ /obj/item/restraints/handcuffs, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman, - /obj/item/toy) // Will be modifying/removing/adding more at a later date. \ No newline at end of file + /obj/item/toy, + /obj/item/claymore/weak) // Will be modifying/removing/adding more at a later date. \ No newline at end of file diff --git a/hyperstation/code/obj/ZaoCorp/uniform.dm b/hyperstation/code/obj/ZaoCorp/uniform.dm index 4865c1052..f4cd031fd 100644 --- a/hyperstation/code/obj/ZaoCorp/uniform.dm +++ b/hyperstation/code/obj/ZaoCorp/uniform.dm @@ -4,5 +4,4 @@ icon = 'hyperstation/icons/obj/clothing/uniforms.dmi' icon_state = "zaounder" item_state = "zaounder" - item_color = "zaounder" - alternate_worn_icon = 'hyperstation/icons/mobs/uniforms.dmi' \ No newline at end of file + item_color = "zaounder" \ No newline at end of file diff --git a/hyperstation/icons/mobs/uniform.dmi b/hyperstation/icons/mobs/uniform.dmi deleted file mode 100644 index b9ac335e2..000000000 Binary files a/hyperstation/icons/mobs/uniform.dmi and /dev/null differ diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index 43db6a6aa..fb5a3b8b2 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index 6ba9c3015..1360328ba 100644 Binary files a/icons/mob/uniform.dmi and b/icons/mob/uniform.dmi differ