diff --git a/code/modules/clothing/spacesuits/rig.dm b/code/modules/clothing/spacesuits/rig.dm index 990b3c43abb..ca8d5ca10a3 100644 --- a/code/modules/clothing/spacesuits/rig.dm +++ b/code/modules/clothing/spacesuits/rig.dm @@ -17,7 +17,6 @@ /obj/item/clothing/head/helmet/space/rig/security name = "security RIG helmet" - icon = 'head.dmi' icon_state = "rig-security" armor = list(melee = 60, bullet = 10, laser = 30, energy = 5, bomb = 45, bio = 100, rad = 10) @@ -43,7 +42,6 @@ /obj/item/clothing/suit/space/rig/security name = "security RIG suit" desc = "A suit specially designed for security to offer minor protection from environmental hazards, and greater protection from human hazards" - icon = 'suit.dmi' icon_state = "rig-security" protective_temperature = 3000 slowdown = 1 diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index b1c9dec2cbb..74e10dfad4f 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ diff --git a/icons/obj/clothing/suits.dmi b/icons/obj/clothing/suits.dmi index ce3f177f779..64a8d2bd06e 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ