Add 'as anything' to various for loops

This commit is contained in:
Aronai Sieyes
2021-07-20 12:39:59 -04:00
parent bb3b3d6214
commit 34982728cb
221 changed files with 483 additions and 914 deletions
+1 -2
View File
@@ -202,8 +202,7 @@ SUBSYSTEM_DEF(timer)
bucket_count -= length(spent)
for (var/i in spent)
var/datum/timedevent/qtimer = i
for(var/datum/timedevent/qtimer as anything in spent)
if(QDELETED(qtimer))
bucket_count++
continue