diff --git a/code/modules/clothing/gloves/ring.dm b/code/modules/clothing/gloves/ring.dm
index 33afa35959..2a8deebe27 100644
--- a/code/modules/clothing/gloves/ring.dm
+++ b/code/modules/clothing/gloves/ring.dm
@@ -11,7 +11,7 @@
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]!")
+ 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