Loop typing

Seriously, if you are going to insist on this, put it in the damn coder
guidelines!
This commit is contained in:
FalseIncarnate
2016-05-28 23:12:25 -04:00
parent 64b9e0e3c1
commit aa73ac2e00
+2 -1
View File
@@ -371,7 +371,8 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
if(confirm != "Yes")
return
for(var/obj/singularity/S in singularities)
for(var/I in singularities)
var/obj/singularity/S = I
if(S.z == ZLEVEL_CENTCOMM || S.z >= MAX_Z)
continue
qdel(S)