From bdd7ae54d486f6ea67f1f57990c79f5f6071573b Mon Sep 17 00:00:00 2001
From: zeroisthebiggay <43571008+zeroisthebiggay@users.noreply.github.com>
Date: Mon, 24 May 2021 23:10:07 -0400
Subject: [PATCH] Update miscellaneous.dm
---
code/modules/clothing/gloves/miscellaneous.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm
index 9c08c472a1..a337439931 100644
--- a/code/modules/clothing/gloves/miscellaneous.dm
+++ b/code/modules/clothing/gloves/miscellaneous.dm
@@ -39,7 +39,7 @@
if(slot == SLOT_GLOVES)
wornonce = TRUE
if((HAS_TRAIT(user, TRAIT_NOPUGILIST)))
- to_chat(user, "What purpose is there to don the weapons of pugilism if you're already well-practiced in martial arts?! Mixing arts is blasphemous")
+ to_chat(user, "What purpose is there to don the weapons of pugilism if you're already well-practiced in martial arts? Mixing arts is blasphemous!")
return
use_buffs(user, TRUE)