From 458cd0556f8560fe19a06b12c0a60c87a4d3ccff Mon Sep 17 00:00:00 2001 From: S34N <12197162+S34NW@users.noreply.github.com> Date: Sun, 9 Jan 2022 13:59:54 +0000 Subject: [PATCH] Fixes inflatable barrier boxes infinite storage exploit (#17312) Co-authored-by: Farie82 --- code/game/objects/structures/inflatable.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/inflatable.dm b/code/game/objects/structures/inflatable.dm index 08cb723fa46..01115cf038b 100644 --- a/code/game/objects/structures/inflatable.dm +++ b/code/game/objects/structures/inflatable.dm @@ -216,8 +216,8 @@ desc = "Contains inflatable walls and doors." icon_state = "inf_box" item_state = "syringe_kit" - max_combined_w_class = 21 w_class = WEIGHT_CLASS_NORMAL + can_hold = list(/obj/item/inflatable) /obj/item/storage/briefcase/inflatable/New() ..()