From 0020977891c603f8d923f67aff0a2c6dadd82ab3 Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Fri, 31 Jan 2020 19:05:23 -0500 Subject: [PATCH] this line ending shit is legitimate cancer --- code/modules/clothing/gloves/ring.dm | 51 ++++++++++++++-------------- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/code/modules/clothing/gloves/ring.dm b/code/modules/clothing/gloves/ring.dm index 42a3152607..cfa15c1af5 100644 --- a/code/modules/clothing/gloves/ring.dm +++ b/code/modules/clothing/gloves/ring.dm @@ -1,25 +1,26 @@ -/obj/item/clothing/gloves/ring - name = "gold ring" - desc = "A tiny gold ring, sized to wrap around a finger." - gender = NEUTER - w_class = WEIGHT_CLASS_TINY - icon = 'icons/obj/ring.dmi' - icon_state = "ringgold" - body_parts_covered = 0 - attack_verb = list("proposed") - transfer_prints = TRUE - strip_delay = 40 - -/obj/item/clothing/gloves/ring/suicide_act(mob/living/carbon/user) - user.visible_message("\[user] is putting the [src] 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." - icon_state = "ringdiamond" - -/obj/item/clothing/gloves/ring/silver - name = "silver ring" - desc = "A tiny silver ring, sized to wrap around a finger." - icon_state = "ringsilver" +/obj/item/clothing/gloves/ring + name = "gold ring" + desc = "A tiny gold ring, sized to wrap around a finger." + gender = NEUTER + w_class = WEIGHT_CLASS_TINY + icon = 'icons/obj/ring.dmi' + icon_state = "ringgold" + body_parts_covered = 0 + attack_verb = list("proposed") + transfer_prints = TRUE + strip_delay = 40 + +/obj/item/clothing/gloves/ring/suicide_act(mob/living/carbon/user) + 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." + icon_state = "ringdiamond" + +/obj/item/clothing/gloves/ring/silver + name = "silver ring" + desc = "A tiny silver ring, sized to wrap around a finger." + icon_state = "ringsilver" \ No newline at end of file