From 04e94664656d14a3fc96c1404fbebca53a273870 Mon Sep 17 00:00:00 2001 From: Linzolle Date: Sun, 1 Dec 2019 16:06:13 -0600 Subject: [PATCH] and we don't have this span... --- code/datums/components/butchering.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/butchering.dm b/code/datums/components/butchering.dm index 817dcb9c1f..d5af47ea1f 100644 --- a/code/datums/components/butchering.dm +++ b/code/datums/components/butchering.dm @@ -49,7 +49,7 @@ /datum/component/butchering/proc/startNeckSlice(obj/item/source, mob/living/carbon/human/H, mob/living/user) user.visible_message("[user] is slitting [H]'s throat!", \ "You start slicing [H]'s throat!", \ - "You hear a cutting noise!", ignored_mobs = H) + "You hear a cutting noise!", ignored_mobs = H) H.show_message("Your throat is being slit by [user]!", 1, \ "Something is cutting into your neck!", NONE) log_combat(user, H, "starts slicing the throat of")