From ca7a38eb594955da37cb4ededcf3484738903768 Mon Sep 17 00:00:00 2001 From: bgobandit Date: Thu, 15 Oct 2015 00:43:38 -0400 Subject: [PATCH] halves storage capacity --- code/game/objects/items/weapons/storage/bags.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/storage/bags.dm b/code/game/objects/items/weapons/storage/bags.dm index 71a03a84ede..dd36b1223dd 100644 --- a/code/game/objects/items/weapons/storage/bags.dm +++ b/code/game/objects/items/weapons/storage/bags.dm @@ -370,7 +370,7 @@ icon = 'icons/obj/chemical.dmi' icon_state = "biobag" desc = "A bag for the safe transportation and disposal of biowaste and other biological materials." - storage_slots = 50 + storage_slots = 25 max_combined_w_class = 200 w_class = 1 preposition = "in"