mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user