mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Loop typing
Seriously, if you are going to insist on this, put it in the damn coder guidelines!
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user