mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 21:27:01 +01:00
[MIRROR] Initialize fixing (#10335)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
2e725a0727
commit
ce2446922e
@@ -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)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user