From f1c2cf1898bbc44abc7c91b2dfa9a04f0d3d0f23 Mon Sep 17 00:00:00 2001 From: TheDZD Date: Mon, 29 Aug 2016 21:46:47 -0400 Subject: [PATCH] Removes extraneous documentation --- code/__HELPERS/mobs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/mobs.dm b/code/__HELPERS/mobs.dm index 219e3e9d31b..15bd69df376 100644 --- a/code/__HELPERS/mobs.dm +++ b/code/__HELPERS/mobs.dm @@ -161,7 +161,7 @@ Proc for attack log creation, because really why not 6 is whether the attack should be logged to the log file and shown to admins */ -proc/add_logs(mob/user, mob/target, what_done, var/object=null, var/addition=null, var/admin=1) //Victim : Attacker : what they did : what they did it with : extra notes +proc/add_logs(mob/user, mob/target, what_done, var/object=null, var/addition=null, var/admin=1) var/list/ignore=list("shaked","CPRed","grabbed","punched") if(!user) return