Merge pull request #5304 from VOREStation/vplk-reverse-all_atoms

Reverse use of global lists where they hurt performance.
This commit is contained in:
Atermonera
2018-05-28 12:40:40 -07:00
committed by Leshana
parent 27a5fc3965
commit 5c4bde965a
13 changed files with 25 additions and 33 deletions

View File

@@ -6,5 +6,5 @@
if(!.)
return
for(var/obj/item/clothing/O in all_clothing)
for(var/obj/item/clothing/O in world)
qdel(O)

View File

@@ -6,5 +6,5 @@
if(!.)
return
for(var/obj/item/clothing/under/O in all_clothing)
for(var/obj/item/clothing/under/O in world)
qdel(O)