From ac5388ce24c5c72da6f94455fbed79030b0650d5 Mon Sep 17 00:00:00 2001 From: xNightHowlx <44651958+xNightHowlx@users.noreply.github.com> Date: Thu, 15 Jul 2021 15:21:49 +0200 Subject: [PATCH] Balance cloaks Changes WEIGHT_CLASS_NORMAL to WEIGHT_CLASS_SMALL for balancing purposes --- code/datums/components/storage/concrete/pockets.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/storage/concrete/pockets.dm b/code/datums/components/storage/concrete/pockets.dm index cd06f769180..f827ea56118 100644 --- a/code/datums/components/storage/concrete/pockets.dm +++ b/code/datums/components/storage/concrete/pockets.dm @@ -32,7 +32,7 @@ /datum/component/storage/concrete/pockets/exo/cloak max_items = 1 - max_w_class = WEIGHT_CLASS_NORMAL + max_w_class = WEIGHT_CLASS_SMALL // Singulostation edit - Changed WEIGHT_CLASS_NORMAL to WEIGHT_CLASS_SMALL quickdraw = TRUE /datum/component/storage/concrete/pockets/exo/large