From f1bc9367c774a23a05ec4eba2847ba98147232f8 Mon Sep 17 00:00:00 2001 From: mwerezak Date: Wed, 10 Sep 2014 23:11:51 -0400 Subject: [PATCH] Increased SMES starting charge --- code/modules/power/smes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/smes.dm b/code/modules/power/smes.dm index 24010bc64d..1cbb13b05f 100644 --- a/code/modules/power/smes.dm +++ b/code/modules/power/smes.dm @@ -15,7 +15,7 @@ var/lastout = 0 //Amount of power it actually outputs to the powernet var/loaddemand = 0 //For use in restore() var/capacity = 5e6 //Maximum amount of power it can hold - var/charge = 1e6 //Current amount of power it holds + var/charge = 2.0e6 //Current amount of power it holds var/charging = 0 //1 if it's actually charging, 0 if not var/chargemode = 0 //1 if it's trying to charge, 0 if not. //var/chargecount = 0