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
@@ -105,8 +105,7 @@
while(null in owner.organs)
owner.organs -= null
for(var/imp in implants)
var/obj/item/weapon/implant/I = imp
for(var/obj/item/weapon/implant/I as anything in implants)
if(!istype(I))
continue
I.imp_in = I.part = null