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