diff --git a/code/modules/detectivework/evidence.dm b/code/modules/detectivework/evidence.dm index 59e2f0feb86..030d2e6c25a 100644 --- a/code/modules/detectivework/evidence.dm +++ b/code/modules/detectivework/evidence.dm @@ -62,9 +62,7 @@ SIGNAL_HANDLER if(!atom_storage.get_total_weight()) - return - - update_weight_class(WEIGHT_CLASS_TINY) + update_weight_class(WEIGHT_CLASS_TINY) /obj/item/evidencebag/attack_self(mob/user) if(!atom_storage.get_total_weight())