From 9f16296a60021ff3b615f47e0d1b7f2f22ba10f4 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Thu, 23 Jul 2015 17:03:43 -0400 Subject: [PATCH] Round End Attack Log Disabling --- code/game/gamemodes/gameticker.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/gameticker.dm b/code/game/gamemodes/gameticker.dm index 457a88b0755..5880c2bee59 100644 --- a/code/game/gamemodes/gameticker.dm +++ b/code/game/gamemodes/gameticker.dm @@ -465,6 +465,7 @@ var/global/datum/controller/gameticker/ticker /datum/controller/gameticker/proc/declare_completion() + nologevent = 1 //end of round murder and shenanigans are legal; there's no need to jam up attack logs past this point. //Round statistics report var/datum/station_state/end_state = new /datum/station_state() end_state.count()