From 88133e6f60eb78c08f075b741158ca70eddc2550 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 20 Oct 2017 08:58:26 -0400 Subject: [PATCH 1/2] Removes an empty New() --- code/controllers/subsystem.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/controllers/subsystem.dm b/code/controllers/subsystem.dm index e160c132b9..4937a3499b 100644 --- a/code/controllers/subsystem.dm +++ b/code/controllers/subsystem.dm @@ -34,8 +34,7 @@ var/static/list/failure_strikes //How many times we suspect a subsystem type has crashed the MC, 3 strikes and you're out! //Do not override -/datum/controller/subsystem/New() - return +///datum/controller/subsystem/New() // Used to initialize the subsystem BEFORE the map has loaded // Called AFTER Recover if that is called