[MIRROR] Initialize fixing (#10335)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-08 22:22:04 +01:00
committed by GitHub
co-authored by Kashargul
parent 2e725a0727
commit ce2446922e
888 changed files with 2876 additions and 2225 deletions
+4 -4
View File
@@ -79,7 +79,7 @@
w_class = ITEMSIZE_SMALL
instrument_range = 1
/obj/item/instrument/piano_synth/headphones/Initialize()
/obj/item/instrument/piano_synth/headphones/Initialize(mapload)
. = ..()
RegisterSignal(src, COMSIG_SONG_START, PROC_REF(start_playing))
RegisterSignal(src, COMSIG_SONG_END, PROC_REF(stop_playing))
@@ -172,7 +172,7 @@
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)
*/
@@ -194,7 +194,7 @@
attack_verb = list("played", "jazzed", "saxed", "mourned", "dooted", "spooked")
/*
/obj/item/instrument/saxophone/spectral/Initialize()
/obj/item/instrument/saxophone/spectral/Initialize(mapload)
. = ..()
AddComponent(/datum/component/spooky)
*/
@@ -217,7 +217,7 @@
attack_verb = list("played", "jazzed", "tromboneed", "mourned", "dooted", "spooked")
/*
/obj/item/instrument/trombone/spectral/Initialize()
/obj/item/instrument/trombone/spectral/Initialize(mapload)
. = ..()
AddComponent(/datum/component/spooky)
*/