mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Initialize fixing (#10335)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2e725a0727
commit
ce2446922e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user