mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Merge pull request #7090 from VOREStation/aro-poismes
Don't give POI SMES more charge than possible
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user