From 35f34a3a242fbf2c60709440d025c306a734f182 Mon Sep 17 00:00:00 2001 From: Alffd Date: Sat, 4 Mar 2017 17:34:36 -0500 Subject: [PATCH] Removes adminlog --- code/modules/mob/living/carbon/human/emote.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index f9963aaa5a0..06d49959b60 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -841,7 +841,6 @@ for(var/client/X in admins) if(check_rights(R_EVENT,0,X.mob)) to_chat(X, adminbfmessage) - log_admin("BibleFart: [key_name(src)]: has farted on a bible.") else if(TOXIC_FARTS in mutations) message = "[src] unleashes a [pick("horrible","terrible","foul","disgusting","awful")] fart." else if(SUPER_FART in mutations)