diff --git a/code/modules/clothing/gloves/ring.dm b/code/modules/clothing/gloves/ring.dm index d4728493..430469a0 100644 --- a/code/modules/clothing/gloves/ring.dm +++ b/code/modules/clothing/gloves/ring.dm @@ -19,14 +19,14 @@ /obj/item/clothing/gloves/ring/diamond name = "diamond ring" item_state = "dring" + icon_state = "ringdiamond" + desc = "An expensive ring, studded with a diamond. Cultures have used these rings in courtship for a millenia." /obj/item/clothing/gloves/ring/diamond/attack_self(mob/user) user.visible_message("\The [user] gets down on one knee, presenting \the [src].","You get down on one knee, presenting \the [src].") - desc = "An expensive ring, studded with a diamond. Cultures have used these rings in courtship for a millenia." - icon_state = "ringdiamond" /obj/item/clothing/gloves/ring/silver name = "silver ring" - desc = "A tiny silver ring, sized to wrap around a finger." + item_state = "sring" icon_state = "ringsilver" - item_state = "sring" \ No newline at end of file + desc = "A tiny silver ring, sized to wrap around a finger." \ No newline at end of file