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:
Kashargul
2025-01-02 18:31:38 +01:00
committed by GitHub
parent 16e2f73e22
commit 987be6070d
71 changed files with 333 additions and 320 deletions
@@ -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)