mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
some more new to init (#17231)
* some more new to init * rigs * rigs * intellisense moment * telcoms and landmarks * fix that as well * some more minor things * re add missing message * fix trash eating...
This commit is contained in:
@@ -267,7 +267,7 @@ var/global/list/obj/item/communicator/all_communicators = list()
|
||||
// Proc: New()
|
||||
// Parameters: None
|
||||
// Description: Gives ghosts an exonet address based on their key and ghost name.
|
||||
/mob/observer/dead/Initialize()
|
||||
/mob/observer/dead/Initialize(mapload)
|
||||
. = ..()
|
||||
exonet = new(src)
|
||||
if(client)
|
||||
|
||||
Reference in New Issue
Block a user