Removes legacy LateInitialize support (#1452)

This commit is contained in:
CitadelStationBot
2017-06-13 15:44:11 -05:00
committed by kevinz000
parent 16f968f5e5
commit f5dda16b01
+1 -6
View File
@@ -79,13 +79,8 @@
return INITIALIZE_HINT_NORMAL
//called if Initialize returns INITIALIZE_HINT_LATELOAD
//This version shouldn't be called
/atom/proc/LateInitialize()
var/static/list/warned_types = list()
if(!warned_types[type])
WARNING("Old style LateInitialize behaviour detected in [type]!")
warned_types[type] = TRUE
Initialize(FALSE)
return
/atom/Destroy()
if(alternate_appearances)