diff --git a/code/game/objects/structures/displaycase.dm b/code/game/objects/structures/displaycase.dm index e279605b5ac..9fde572f584 100644 --- a/code/game/objects/structures/displaycase.dm +++ b/code/game/objects/structures/displaycase.dm @@ -389,6 +389,7 @@ req_access = null alert = FALSE //No, we're not calling the fire department because someone stole your cookie. glass_fix = FALSE //Fixable with tools instead. + pass_flags = PASSTABLE ///Can be placed and moved onto a table. ///The price of the item being sold. Altered by grab intent ID use. var/sale_price = 20 ///The Account which will receive payment for purchases. Set by the first ID to swipe the tray.