Fixes evidence bag not reverting to tiny size after dumping its contents out (#89228)

## About The Pull Request

Closes #89217

## Changelog
🆑
fix: Fixed evidence bag not reverting to tiny size after dumping its
contents out
/🆑
This commit is contained in:
SmArtKar
2025-01-28 17:19:52 +01:00
committed by GitHub
parent c11ab8120a
commit 23b337c3cf
+1 -3
View File
@@ -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())