From 005962fa872384f4f0ba2e2e921b683caf53f8e2 Mon Sep 17 00:00:00 2001 From: Alien <68290943+alien3301@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:18:53 +0200 Subject: [PATCH] Heretic void cloak doesn't quickdraw (#95050) Co-authored-by: Jordan Dominion --- code/datums/storage/subtypes/pockets.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/storage/subtypes/pockets.dm b/code/datums/storage/subtypes/pockets.dm index 20772274674..65941cdad10 100644 --- a/code/datums/storage/subtypes/pockets.dm +++ b/code/datums/storage/subtypes/pockets.dm @@ -218,7 +218,6 @@ ///Void cloak pocket /datum/storage/pockets/void_cloak - quickdraw = TRUE max_total_storage = 5 // 2 small items + 1 tiny item, or 1 normal item + 1 small item max_slots = 3