mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user