[MIRROR] Initialize fixing (#10335)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-08 14:22:04 -07:00
committed by GitHub
parent 2e725a0727
commit ce2446922e
888 changed files with 2876 additions and 2225 deletions

View File

@@ -97,46 +97,46 @@
//Overmap ship definition (I have no idea why they use show_message?? but ok)
/obj/effect/overmap/visitable/ship/Initialize()
/obj/effect/overmap/visitable/ship/Initialize(mapload)
. = ..()
hearer = AddComponent(/datum/component/hearer)
//Holopad definition
/obj/machinery/hologram/holopad/Initialize()
/obj/machinery/hologram/holopad/Initialize(mapload)
. = ..()
hearer = AddComponent(/datum/component/hearer)
//UAV definition
/obj/item/uav/Initialize()
/obj/item/uav/Initialize(mapload)
. = ..()
hearer = AddComponent(/datum/component/hearer)
//AIcard definition
/obj/item/aicard/Initialize()
/obj/item/aicard/Initialize(mapload)
. = ..()
hearer = AddComponent(/datum/component/hearer)
//Tape recorder definition
/obj/item/taperecorder/Initialize()
/obj/item/taperecorder/Initialize(mapload)
. = ..()
hearer = AddComponent(/datum/component/hearer)
//Portal definition
/obj/effect/map_effect/portal/master/Initialize()
/obj/effect/map_effect/portal/master/Initialize(mapload)
. = ..()
hearer = AddComponent(/datum/component/hearer)
//Communicator definition
/obj/item/communicator/Initialize()
/obj/item/communicator/Initialize(mapload)
. = ..()
hearer = AddComponent(/datum/component/hearer)
/obj/item/paicard/Initialize()
/obj/item/paicard/Initialize(mapload)
. = ..()
hearer = AddComponent(/datum/component/hearer)