mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
This reverts commit d02c67d6de.
This commit is contained in:
@@ -268,15 +268,12 @@ var/global/list/obj/item/communicator/all_communicators = list()
|
||||
// Parameters: None
|
||||
// Description: Gives ghosts an exonet address based on their key and ghost name.
|
||||
/mob/observer/dead/Initialize()
|
||||
..()
|
||||
return INITIALIZE_HINT_LATELOAD
|
||||
|
||||
/mob/observer/dead/LateInitialize()
|
||||
. = ..()
|
||||
exonet = new(src)
|
||||
if(client)
|
||||
exonet.make_address("communicator-[client]-[client.prefs.real_name]")
|
||||
exonet.make_address("communicator-[src.client]-[src.client.prefs.real_name]")
|
||||
else
|
||||
exonet.make_address("communicator-[key]-[real_name]")
|
||||
exonet.make_address("communicator-[key]-[src.real_name]")
|
||||
|
||||
// Proc: Destroy()
|
||||
// Parameters: None
|
||||
|
||||
@@ -55,7 +55,4 @@
|
||||
/obj/structure/ghost_pod/ghost_activated/Initialize(var/mapload)
|
||||
. = ..()
|
||||
if(!mapload)
|
||||
return INITIALIZE_HINT_LATELOAD
|
||||
|
||||
/obj/structure/ghost_pod/LateInitialize()
|
||||
ghostpod_startup(spawn_active)
|
||||
ghostpod_startup(spawn_active)
|
||||
|
||||
Reference in New Issue
Block a user