From 913e94c1281ea9297b2e0d633a27b18e04fc3777 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sat, 24 Feb 2018 07:02:57 -0600 Subject: [PATCH] [MIRROR] Black Fedora opens its inventory on-click like the Detective's Fedora (#5689) * Black Fedora opens its inventory on-click like the Detective's Fedora (#35891) * Black Fedora opens its inventory on-click like the Detective's Fedora Instead of having to drag the sprite to your character to access its inventory, behaves the same as the Detective's Fedora opening its container on click. Considering some dets prefer the black variation for noir flavour rather than the brown standard one they just have to pass his flask from one hat to another. I had either this in mind or creating a new black detective's fedora variant on the det's cabinet that also had the flask inside it. The only other item affected by this, if I'm not mistaken, is the improper CentCom hat. * Update internal.dm Removed the line altogether to trim the code * Black Fedora opens its inventory on-click like the Detective's Fedora --- code/game/objects/items/storage/internal.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/objects/items/storage/internal.dm b/code/game/objects/items/storage/internal.dm index cc982bb36c..2c44f3b306 100644 --- a/code/game/objects/items/storage/internal.dm +++ b/code/game/objects/items/storage/internal.dm @@ -34,7 +34,6 @@ /obj/item/storage/internal/pocket/small storage_slots = 1 - priority = FALSE /obj/item/storage/internal/pocket/tiny storage_slots = 1