Initialize fixing (#17279)

* Initialoize fixing

* diff fix

* add init grep test

* fixed missed ones

* .

* some more

* ,
This commit is contained in:
Kashargul
2025-03-08 19:59:29 +01:00
committed by GitHub
parent 76183beaa5
commit 46bea7cfa2
755 changed files with 1905 additions and 1904 deletions
@@ -100,7 +100,7 @@
assign_uid()
default_apply_parts()
/obj/machinery/ntnet_relay/Initialize()
/obj/machinery/ntnet_relay/Initialize(mapload)
. = ..()
if(ntnet_global)
ntnet_global.relays.Add(src)
@@ -41,7 +41,7 @@
/obj/item/modular_computer/proc/install_default_programs()
return 1
/obj/item/modular_computer/Initialize()
/obj/item/modular_computer/Initialize(mapload)
if(!overlay_icon)
overlay_icon = icon
START_PROCESSING(SSobj, src)
@@ -43,7 +43,7 @@
// /// The contents of this file. Uses paper formatting.
// var/file_info = "Hello World!"
///obj/effect/computer_file_creator/Initialize()
///obj/effect/computer_file_creator/Initialize(mapload)
// . = ..()
// return INITIALIZE_HINT_LATELOAD