From 50fac042742b1fd27add2d5822f57360a2d77a0f Mon Sep 17 00:00:00 2001 From: CygnusB <39594514+MalricB@users.noreply.github.com> Date: Sat, 4 Jul 2020 21:08:49 -0300 Subject: [PATCH] Update ring.dm did a fucky wucky --- code/modules/clothing/gloves/ring.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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