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!")