New() goes in the trash, we've gotta Initialize()

This commit is contained in:
CitadelStationBot
2017-04-26 17:15:48 -05:00
parent e7df2bc14a
commit bcab389ca2
69 changed files with 358 additions and 245 deletions
+2 -3
View File
@@ -78,12 +78,11 @@ GLOBAL_LIST_INIT(message_servers, list())
var/active = 1
var/decryptkey = "password"
/obj/machinery/message_server/New()
/obj/machinery/message_server/Initialize()
GLOB.message_servers += src
decryptkey = GenerateKey()
send_pda_message("System Administrator", "system", "This is an automated message. The messaging system is functioning correctly.")
..()
return
. = ..()
/obj/machinery/message_server/Destroy()
GLOB.message_servers -= src