diff --git a/code/modules/clothing/gloves/ring.dm b/code/modules/clothing/gloves/ring.dm index 176b2d0081..33afa35959 100644 --- a/code/modules/clothing/gloves/ring.dm +++ b/code/modules/clothing/gloves/ring.dm @@ -14,7 +14,6 @@ user.visible_message("\ [user] is putting the ring in [user.p_their()] mouth! It looks like [user] is trying to choke on the [src]!") return OXYLOSS - /obj/item/clothing/gloves/ring/diamond name = "diamond ring" desc = "A tiny gold ring, studded with a diamond. Cultures have used these rings in courtship for a millenia." @@ -24,3 +23,5 @@ name = "silver ring" desc = "A tiny silver ring, sized to wrap around a finger." icon_state = "ringsilver" + +