diff --git a/code/game/objects/structures/secure_safe.dm b/code/game/objects/structures/secure_safe.dm index d72fa42d48e..d7bc88a5ea5 100644 --- a/code/game/objects/structures/secure_safe.dm +++ b/code/game/objects/structures/secure_safe.dm @@ -163,7 +163,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/secure_safe, 32) It is made out of the same material as the station's Black Box and is designed to resist all conventional weaponry. \ There appears to be a small amount of surface corrosion. It doesn't look like it could withstand much of an explosion.\ Due to the expensive material, it was made incredibly small to cut corners, leaving only enough room to fit something as slim as an ID card." - icon = 'icons/obj/structures.dmi' icon_state = "spare_safe" base_icon_state = "spare_safe" armor_type = /datum/armor/safe_caps_spare diff --git a/icons/obj/storage/storage.dmi b/icons/obj/storage/storage.dmi index 744cfab27e1..1080a9068b5 100644 Binary files a/icons/obj/storage/storage.dmi and b/icons/obj/storage/storage.dmi differ diff --git a/icons/obj/structures.dmi b/icons/obj/structures.dmi index f3e7b554253..ba80deac976 100644 Binary files a/icons/obj/structures.dmi and b/icons/obj/structures.dmi differ