From 33b75af46c4e4a7867ce1fe2b01a8b84a8bf9b66 Mon Sep 17 00:00:00 2001 From: "baloh.matevz" Date: Thu, 21 Jul 2011 03:00:52 +0000 Subject: [PATCH] I missed a file in the previous commit. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1898 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/cellautomata.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/cellautomata.dm b/code/game/cellautomata.dm index 5e776224594..472fb963be3 100644 --- a/code/game/cellautomata.dm +++ b/code/game/cellautomata.dm @@ -87,7 +87,7 @@ makepowernets() - sun = new /datum/sun() + //sun = new /datum/sun() --no, seriously, no sun. It's really retarded to have so many extra calculations take place for something that doesn't even do anything. -Errorage vote = new /datum/vote()