Optimize a couple things

This commit is contained in:
Chompstation Bot
2021-07-20 21:30:20 +00:00
parent 4a6c523aa6
commit 15cafbe65b
262 changed files with 9437 additions and 934 deletions

View File

@@ -111,8 +111,7 @@ GLOBAL_LIST_EMPTY(all_blobs)
shuffle_inplace(blobs_to_affect)
for(var/L in blobs_to_affect)
var/obj/structure/blob/B = L
for(var/obj/structure/blob/B as anything in blobs_to_affect)
if(B.faction != faction)
continue