mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Initialize fixing (#10335)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2e725a0727
commit
ce2446922e
@@ -108,7 +108,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user