initialize() -> atmos_init() (#2816)

Renames Atmos machinery's initialize() proc to atmos_init(), to better distinguish it from atom Initialize().
This commit is contained in:
Lohikar
2017-06-26 12:06:57 +03:00
committed by skull132
parent b071bbf0d2
commit c838fddb22
30 changed files with 186 additions and 188 deletions
@@ -143,7 +143,7 @@ Thus, the two variables affect pump operation are set in New():
ui.open() // open the new ui window
ui.set_auto_update(1) // auto update every Master Controller tick
/obj/machinery/atmospherics/binary/pump/initialize()
/obj/machinery/atmospherics/binary/pump/atmos_init()
..()
if(frequency)
set_frequency(frequency)