mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Add 'as anything' to various for loops
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user