Merge pull request #24 from CIB/master

SMES' units have a lot more initial charge now, making life a bit easier for engineers
This commit is contained in:
Baystation12
2011-11-25 23:34:30 -08:00
4 changed files with 1131 additions and 2 deletions
+2 -2
View File
@@ -21,8 +21,8 @@
var/output = 50000
var/lastout = 0
var/loaddemand = 0
var/capacity = 5e6
var/charge = 1e6
var/capacity = 10e6
var/charge = 3e6
var/charging = 0
var/chargemode = 0
var/chargecount = 0