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

@@ -106,8 +106,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