From 047f5b9d9725ebedc88b642f345452f1ddb53b2a Mon Sep 17 00:00:00 2001 From: 1080pCat <96908085+1080pCat@users.noreply.github.com> Date: Fri, 13 Oct 2023 00:35:55 +1000 Subject: [PATCH] Update bags.dm (#22719) --- code/game/objects/items/weapons/storage/bags.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/game/objects/items/weapons/storage/bags.dm b/code/game/objects/items/weapons/storage/bags.dm index 145cc17a7fa..aca624645eb 100644 --- a/code/game/objects/items/weapons/storage/bags.dm +++ b/code/game/objects/items/weapons/storage/bags.dm @@ -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