From 8fc018326079f2251eaeea5dce8fa560d09544a3 Mon Sep 17 00:00:00 2001 From: magatsuchi <88991542+magatsuchi@users.noreply.github.com> Date: Sun, 10 Jul 2022 21:33:34 -0500 Subject: [PATCH] [NO GBP] changes box storage limit to 2 instead of 4 (#68298) fun ruined --- code/game/objects/items/storage/boxes.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/storage/boxes.dm b/code/game/objects/items/storage/boxes.dm index 83dacd2aace..c5689105d1f 100644 --- a/code/game/objects/items/storage/boxes.dm +++ b/code/game/objects/items/storage/boxes.dm @@ -36,6 +36,7 @@ /obj/item/storage/box/Initialize(mapload) . = ..() + atom_storage.max_specific_storage = WEIGHT_CLASS_SMALL update_appearance() /obj/item/storage/box/suicide_act(mob/living/carbon/user) @@ -687,7 +688,7 @@ /obj/item/storage/box/snappops/PopulateContents() for(var/i in 1 to 8) new /obj/item/toy/snappop(src) - + /obj/item/storage/box/matches name = "matchbox" desc = "A small box of Almost But Not Quite Plasma Premium Matches."