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
@@ -177,7 +177,7 @@
/obj/item/paper/fluff/ruins/oldstation/report
name = "\improper Crew Reawakening Report"
/obj/item/paper/fluff/ruins/oldstation/report/Initialize()
/obj/item/paper/fluff/ruins/oldstation/report/Initialize(mapload)
. = ..()
init_current_date_string()
info = "Artificial Program's report to surviving crewmembers.<br><br>Crew were placed into cryostasis 10 March, 2445.<br><br>Crew were awoken from cryostasis [GLOB.current_date_string].<br><br> \
@@ -63,7 +63,7 @@ GLOBAL_LIST_EMPTY(telecomms_trap_tank)
//Has someone put an item in the autolathe, breaking the hologram?
var/disguise_broken = FALSE
/obj/machinery/autolathe/trapped/Initialize()
/obj/machinery/autolathe/trapped/Initialize(mapload)
. = ..()
RegisterSignal(src, COMSIG_PARENT_ATTACKBY, PROC_REF(material_container_shenanigins))
@@ -220,7 +220,7 @@ GLOBAL_LIST_EMPTY(telecomms_trap_tank)
name = "supermatter charged bomb core"
desc = "If you are looking at this, please don't put it in a bomb"
/obj/item/bombcore/doomsday/Initialize()
/obj/item/bombcore/doomsday/Initialize(mapload)
. = ..()
if(!istype(loc, /obj/machinery/syndicatebomb/doomsday))
log_debug("something tried to spawn a telecomms doomsday ruin payload outside the ruin, deleting!")