Merge pull request #7090 from VOREStation/aro-poismes

Don't give POI SMES more charge than possible
This commit is contained in:
Atermonera
2020-05-15 20:56:27 -04:00
committed by VirgoBot
parent 32ae9bcd6b
commit 8cdc792920
+1 -1
View File
@@ -58,7 +58,7 @@
// Pre-installed and pre-charged SMES hidden from the station, for use in submaps.
/obj/machinery/power/smes/buildable/point_of_interest/Initialize()
. = ..()
charge = 1e7 // Should be enough for an individual POI.
charge = capacity // Should be enough for an individual POI.
RCon = FALSE
input_level = input_level_max
output_level = output_level_max