diff --git a/code/modules/clothing/under/accessories/lockets.dm b/code/modules/clothing/under/accessories/lockets.dm index f8a2eaf1c7..3ed8d1716e 100644 --- a/code/modules/clothing/under/accessories/lockets.dm +++ b/code/modules/clothing/under/accessories/lockets.dm @@ -43,3 +43,10 @@ held = O return ..() + +/obj/item/clothing/accessory/locket/star + name = "Grand Star Necklace" + desc = "A small golden necklace with a golden star-shaped charm hanging from it. The charm shines brightly when exposed to light. There seems to be an inscription on the back saying '~From your friends at the Observatory~'" + icon_state = "star_necklace" + item_state = "star_necklace" + overlay_state = "star_necklace" \ No newline at end of file diff --git a/icons/mob/ties.dmi b/icons/mob/ties.dmi index 765550e9df..b05867cba1 100644 Binary files a/icons/mob/ties.dmi and b/icons/mob/ties.dmi differ diff --git a/icons/obj/clothing/ties.dmi b/icons/obj/clothing/ties.dmi index 79068c34f5..38e36d1ea2 100644 Binary files a/icons/obj/clothing/ties.dmi and b/icons/obj/clothing/ties.dmi differ