From c5d58bd6972fc802bdde132cb421ef113363b49f Mon Sep 17 00:00:00 2001 From: GDN <96800819+GDNgit@users.noreply.github.com> Date: Tue, 3 Jan 2023 00:22:42 -0600 Subject: [PATCH] fixes a wrestling runtime (#20047) --- code/modules/martial_arts/martial.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/martial_arts/martial.dm b/code/modules/martial_arts/martial.dm index bc907d96dcf..ef8a905a155 100644 --- a/code/modules/martial_arts/martial.dm +++ b/code/modules/martial_arts/martial.dm @@ -223,7 +223,7 @@ if(slot == slot_belt) var/mob/living/carbon/human/H = user if(HAS_TRAIT(user, TRAIT_PACIFISM)) - to_chat("In spite of the grandiosity of the belt, you don't feel like getting into any fights.") + to_chat(user, "In spite of the grandiosity of the belt, you don't feel like getting into any fights.") return style.teach(H,1) to_chat(user, "You have an urge to flex your muscles and get into a fight. You have the knowledge of a thousand wrestlers before you. You can remember more by using the Recall teaching verb in the wrestling tab.")