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