Make SMES start empty, GC fix

This commit is contained in:
Markolie
2015-08-02 22:45:25 +02:00
parent 2a824c5fe0
commit 62f2f64063
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
anchored = 1
var/capacity = 5e6 // maximum charge
var/charge = 1e6 // actual charge
var/charge = 0 // actual charge
var/input_attempt = 0 // 1 = attempting to charge, 0 = not attempting to charge
var/inputting = 0 // 1 = actually inputting, 0 = not inputting