From 67a48e04179eceec3c801a1ad0f35ebde99d089d Mon Sep 17 00:00:00 2001 From: Ghommie <42542238+Ghommie@users.noreply.github.com> Date: Wed, 20 Nov 2019 21:03:27 +0100 Subject: [PATCH] typo --- code/datums/martial/boxing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/martial/boxing.dm b/code/datums/martial/boxing.dm index c10a0b805b..6636bbe879 100644 --- a/code/datums/martial/boxing.dm +++ b/code/datums/martial/boxing.dm @@ -1,7 +1,7 @@ /datum/martial_art/boxing name = "Boxing" id = MARTIALART_BOXING - pacifism_check = FALSE //Let's pretend pacifists can boxe the heck out of other people because ir deals stamina damage right now. + pacifism_check = FALSE //Let's pretend pacifists can boxe the heck out of other people, it only deals stamina damage right now. /datum/martial_art/boxing/disarm_act(mob/living/carbon/human/A, mob/living/carbon/human/D) to_chat(A, "Can't disarm while boxing!")