Absolute Pain (Doubles the SMES input / output (#1447)

I can not state how heavily fucked our powergrid is right now. So here's
a bandaid solution.

## Changelog

🆑
balance: doubles SMES input / output
/🆑
This commit is contained in:
The Sharkening
2024-05-10 18:38:32 +00:00
committed by GitHub
parent 33688aaada
commit a221e46bc6
+1 -1
View File
@@ -64,7 +64,7 @@
/obj/machinery/power/smes/RefreshParts()
SHOULD_CALL_PARENT(FALSE)
var/power_coefficient = 0
var/power_coefficient = 1 // Bubber edit
var/max_charge = 0
var/new_charge = 0
for(var/datum/stock_part/capacitor/capacitor in component_parts)