mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Initialize fixing (#17279)
* Initialoize fixing * diff fix * add init grep test * fixed missed ones * . * some more * ,
This commit is contained in:
@@ -189,7 +189,7 @@
|
||||
var/obj/machinery/power/circuit_io/IO = null // Dummy power machine to move energy in/out without a bunch of code duplication.
|
||||
var/throughput = 10000 // Give/take up to 10kW.
|
||||
|
||||
/obj/item/integrated_circuit/passive/power/powernet/Initialize()
|
||||
/obj/item/integrated_circuit/passive/power/powernet/Initialize(mapload)
|
||||
IO = new(src)
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user