Fixed the nuke disk qdel() fucking up

Made the singulo spawn correctly
Really minor fix for things that are qdel()'d at 0 time, which should be nothing if everything is going right.
This commit is contained in:
MrPerson
2014-02-25 02:00:28 -08:00
parent af8001d619
commit f0fd0c9949
5 changed files with 9 additions and 14 deletions
+1 -2
View File
@@ -1058,8 +1058,7 @@ var/global/list/g_fancy_list_of_safe_types = null
for(var/obj/machinery/the_singularitygen/G in world)
if(G.anchored)
var/obj/machinery/singularity/S = new /obj/machinery/singularity(get_turf(G), 50)
spawn(0)
del(G)
// qdel(G)
S.energy = 1750
S.current_size = 7
S.icon = 'icons/effects/224x224.dmi'