From 40655685ee8bdd895b1ed4a5d07f7d95807a2ed4 Mon Sep 17 00:00:00 2001 From: Atlantis Date: Wed, 30 Dec 2015 14:57:08 +0100 Subject: [PATCH] Tablets can now be placed into pockets --- code/modules/modular_computers/computers/item/tablet.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/modular_computers/computers/item/tablet.dm b/code/modules/modular_computers/computers/item/tablet.dm index bd51b96f942..1ca5eed7666 100644 --- a/code/modules/modular_computers/computers/item/tablet.dm +++ b/code/modules/modular_computers/computers/item/tablet.dm @@ -5,4 +5,5 @@ icon_state_unpowered = "tablet" icon_state_menu = "menu" hardware_flag = PROGRAM_TABLET - max_hardware_size = 1 \ No newline at end of file + max_hardware_size = 1 + w_class = 2 \ No newline at end of file