Small refactors.

This commit is contained in:
ESwordTheCat
2014-07-16 02:28:19 -08:00
parent cec11d467e
commit 3559d0c4c4
3 changed files with 2 additions and 14 deletions

View File

@@ -110,16 +110,12 @@ var/datum/garbage_collector/garbageCollector
/datum/controller/proc/recover() // If we are replacing an existing controller (due to a crash) we attempt to preserve as much as we can.
/datum/controller/New()
. = ..()
tag = "[type]:NOGC"
/*
* Like Del(), but for qdel.
* Called BEFORE qdel moves shit.
*/
/datum/proc/Destroy()
tag = null
del(src)
/client/proc/qdel_toggle()
set name = "Toggle qdel Behavior"