diff --git a/code/modules/lock/lock_construct.dm b/code/modules/lock/lock_construct.dm index cd52b6270dd..e69f0a61ef3 100644 --- a/code/modules/lock/lock_construct.dm +++ b/code/modules/lock/lock_construct.dm @@ -1,7 +1,7 @@ /obj/item/material/lock_construct name = "lock" desc = "A crude but useful lock and bolt." - icon = 'icons/obj/storage.dmi' + icon = 'icons/obj/crate.dmi' icon_state = "largebinemag" w_class = ITEMSIZE_TINY var/lock_data diff --git a/html/changelogs/doxxmedearly-lock_invis_fix.yml b/html/changelogs/doxxmedearly-lock_invis_fix.yml new file mode 100644 index 00000000000..dbb7b22520d --- /dev/null +++ b/html/changelogs/doxxmedearly-lock_invis_fix.yml @@ -0,0 +1,4 @@ +author: Doxxmedearly +delete-after: True +changes: + - bugfix: "Crafted locks have their sprite again."