From b14e76f4a02ab50b1891c33cd84ab0484729d24e Mon Sep 17 00:00:00 2001 From: RavingManiac Date: Fri, 13 Feb 2015 00:56:01 +0800 Subject: [PATCH] Fixed compilation error. --- code/modules/supermatter/supermatter.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/supermatter/supermatter.dm b/code/modules/supermatter/supermatter.dm index 8aa31fa9b8..422f03c399 100644 --- a/code/modules/supermatter/supermatter.dm +++ b/code/modules/supermatter/supermatter.dm @@ -16,7 +16,7 @@ */ //Controls how much power is produced by each collector in range - this is the main parameter for tweaking SM balance, as it basically controls how the power variable relates to the rest of the game. -//#define POWER_FACTOR 1.0 +#define POWER_FACTOR 1.0 #define DECAY_FACTOR 700 //Affects how fast the supermatter power decays #define CRITICAL_TEMPERATURE 7000 //K #define CHARGING_FACTOR 0.05