Fixes no drop implant

This commit is contained in:
AnturK
2017-08-31 13:27:21 +02:00
parent 2580b81465
commit 5b36ea048b
@@ -52,7 +52,7 @@
if(active)
for(var/obj/item/I in owner.held_items)
if(!(I.flags_1 & NODROP_1))
flags_1 += I
stored_items += I
var/list/L = owner.get_empty_held_indexes()
if(LAZYLEN(L) == owner.held_items.len)