refactor/ci: enforce mapload in Initialize args (#26878)

* refactor/ci: enforce mapload in Initialize args

* add new missing mapload arg

* add yet another missing mapload arg

* Update code/modules/power/engines/singularity/particle_accelerator/particle.dm

Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

---------

Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
warriorstar-orion
2024-10-23 19:07:46 +00:00
committed by GitHub
co-authored by DGamerL
parent 766816954d
commit 9465b565b8
111 changed files with 168 additions and 160 deletions
+1 -1
View File
@@ -454,7 +454,7 @@ datum/tech/robotics
desc = "A gift from the Liberator."
icon_state = "datadisk1"
/obj/item/disk/design_disk/golem_shell/Initialize()
/obj/item/disk/design_disk/golem_shell/Initialize(mapload)
. = ..()
var/datum/design/golem_shell/G = new
blueprint = G
@@ -24,7 +24,7 @@ GLOBAL_LIST_EMPTY(rnd_network_managers)
/// The network password for this device
var/network_password
/obj/machinery/computer/rnd_network_controller/Initialize()
/obj/machinery/computer/rnd_network_controller/Initialize(mapload)
. = ..()
GLOB.rnd_network_managers += src
research_files = new