Merge pull request #26386 from ChangelingRain/initialnew

New() goes in the trash, we've gotta Initialize()
This commit is contained in:
oranges
2017-04-27 10:15:10 +12:00
committed by GitHub
64 changed files with 246 additions and 267 deletions
@@ -18,7 +18,7 @@ GLOBAL_DATUM_INIT(keycard_events, /datum/events, new)
var/mob/triggerer = null
var/waiting = 0
/obj/machinery/keycard_auth/New()
/obj/machinery/keycard_auth/Initialize()
. = ..()
ev = GLOB.keycard_events.addEvent("triggerEvent", CALLBACK(src, .proc/triggerEvent))