mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
bunch of inits without return and a few easy new to init (#16815)
* bunch of inits withou return * Update cans.dm * bunch of New to Init * fix that * . * . * move black hole to init and callbacks * . * oups, should not do that late at night * some more without returns
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
var/datum/pipe_network/network1
|
||||
var/datum/pipe_network/network2
|
||||
|
||||
/obj/machinery/atmospherics/pipeturbine/New()
|
||||
..()
|
||||
/obj/machinery/atmospherics/pipeturbine/Initialize(mapload, newdir)
|
||||
. = ..()
|
||||
air_in.volume = 200
|
||||
air_out.volume = 800
|
||||
volume_ratio = air_in.volume / (air_in.volume + air_out.volume)
|
||||
|
||||
Reference in New Issue
Block a user