mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
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:
committed by
GitHub
parent
766816954d
commit
9465b565b8
@@ -87,7 +87,7 @@
|
||||
force = 0
|
||||
attack_verb = list("played", "jazzed", "trumpeted", "mourned", "dooted", "spooked")
|
||||
|
||||
/obj/item/instrument/trumpet/spectral/Initialize()
|
||||
/obj/item/instrument/trumpet/spectral/Initialize(mapload)
|
||||
. = ..()
|
||||
AddComponent(/datum/component/spooky)
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
force = 0
|
||||
attack_verb = list("played", "jazzed", "saxxed", "mourned", "dooted", "spooked")
|
||||
|
||||
/obj/item/instrument/saxophone/spectral/Initialize()
|
||||
/obj/item/instrument/saxophone/spectral/Initialize(mapload)
|
||||
. = ..()
|
||||
AddComponent(/datum/component/spooky)
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
force = 0
|
||||
attack_verb = list("played", "jazzed", "tromboned", "mourned", "dooted", "spooked")
|
||||
|
||||
/obj/item/instrument/trombone/spectral/Initialize()
|
||||
/obj/item/instrument/trombone/spectral/Initialize(mapload)
|
||||
. = ..()
|
||||
AddComponent(/datum/component/spooky)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user