diff --git a/code/game/objects/items/stacks/sandbags.dm b/code/game/objects/items/stacks/sandbags.dm index 84769825a4..ef8d5ed101 100644 --- a/code/game/objects/items/stacks/sandbags.dm +++ b/code/game/objects/items/stacks/sandbags.dm @@ -60,17 +60,17 @@ icon = 'icons/obj/items/marine-items.dmi' icon_state = "sandbag_pile" item_state = "sandbag_pile" - w_class = SIZE_LARGE + w_class = SIZE_MEDIUM force = 9 throwforce = 15 throw_speed = SPEED_VERY_FAST throw_range = 20 - max_amount = 25 + max_amount = 50 attack_verb = list("hit", "bludgeoned", "whacked") stack_id = "sandbags" /obj/item/stack/sandbags/large_stack - amount = 25 + amount = 50 /obj/item/stack/sandbags/small_stack amount = 5 diff --git a/code/game/objects/items/storage/pouch.dm b/code/game/objects/items/storage/pouch.dm index e2398fcbe0..c8b88e82d3 100644 --- a/code/game/objects/items/storage/pouch.dm +++ b/code/game/objects/items/storage/pouch.dm @@ -1186,6 +1186,7 @@ /obj/item/stack/cable_coil, /obj/item/stack/tile, /obj/item/tool/shovel/etool, + /obj/item/stack/sandbags, /obj/item/stack/sandbags_empty, /obj/item/device/lightreplacer, /obj/item/weapon/gun/smg/nailgun/compact,