Fixes organizations runtiming

This commit is contained in:
Heroman
2019-04-12 19:24:04 +10:00
parent 157f22694d
commit c62a184d15

View File

@@ -10,5 +10,6 @@
name = "Destroyed"
/datum/Destroy()
GLOB.destroyed_event.raise_event(src)
if(GLOB.destroyed_event)
GLOB.destroyed_event.raise_event(src)
. = ..()