mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Optimize a couple things
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user