Update bags.dm (#22719)

This commit is contained in:
1080pCat
2023-10-12 15:35:55 +01:00
committed by GitHub
parent 6d8b720027
commit 047f5b9d97
@@ -34,7 +34,6 @@
belt_icon = "trashbag"
lefthand_file = 'icons/mob/inhands/equipment/custodial_lefthand.dmi'
righthand_file = 'icons/mob/inhands/equipment/custodial_righthand.dmi'
w_class = WEIGHT_CLASS_BULKY
max_w_class = WEIGHT_CLASS_SMALL
slot_flags = null
storage_slots = 30
@@ -44,7 +43,7 @@
/obj/item/storage/bag/trash/proc/update_weight()
if(!length(contents))
w_class = WEIGHT_CLASS_NORMAL
w_class = WEIGHT_CLASS_SMALL
return
w_class = WEIGHT_CLASS_BULKY