Make it unique per tag.

This commit is contained in:
ESwordTheCat
2014-06-17 13:28:54 -08:00
parent 3268da0275
commit 7eaadec97c

View File

@@ -101,7 +101,7 @@ var/global/datum/controller/garbage_collector/garbage
/datum/controller/New()
. = ..()
tag = "NO GC CONTROLLER"
tag = "[type]:NOGC"
/datum/Del()
sleep(-1)