mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-25 13:06:38 +01:00
More and more Destroy() cleanups all across the board - Return qdel hints.
This commit is contained in:
+2
-1
@@ -26,7 +26,8 @@ var/global/datum/global_init/init = new ()
|
||||
qdel(src) //we're done
|
||||
|
||||
/datum/global_init/Destroy()
|
||||
return 1
|
||||
global.init = null
|
||||
return 2 // QDEL_HINT_IWILLGC
|
||||
|
||||
/world
|
||||
mob = /mob/new_player
|
||||
|
||||
Reference in New Issue
Block a user