mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +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