mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Typo fix from previous commit.
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
if(S.z != 1)
|
if(S.z != 1)
|
||||||
continue
|
continue
|
||||||
S.charge = S.capacity
|
S.charge = S.capacity
|
||||||
S.output = output_level_max // Most new SMESs on map are of buildable type, and may actually have higher output limit than 200kW. Use max output of that SMES instead.
|
S.output = S.output_level_max // Most new SMESs on map are of buildable type, and may actually have higher output limit than 200kW. Use max output of that SMES instead.
|
||||||
S.online = 1
|
S.online = 1
|
||||||
S.updateicon()
|
S.updateicon()
|
||||||
S.power_change()
|
S.power_change()
|
||||||
|
|||||||
Reference in New Issue
Block a user