From 65ca071eb4e97bea688b7a3bf6869bd3615b7774 Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Fri, 31 Jan 2020 14:29:40 +0000 Subject: [PATCH] linting?? --- code/modules/clothing/gloves/ring.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" + +