mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user