From ea95a0fe8b630334f44a9436508d963ee929ee51 Mon Sep 17 00:00:00 2001 From: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Date: Sat, 7 May 2022 16:53:01 -0400 Subject: [PATCH] Fixes computers being unusable and runtiming to hell (#66737) --- code/modules/modular_computers/computers/item/computer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/modular_computers/computers/item/computer.dm b/code/modules/modular_computers/computers/item/computer.dm index a85aaca0b23..535df0380b0 100644 --- a/code/modules/modular_computers/computers/item/computer.dm +++ b/code/modules/modular_computers/computers/item/computer.dm @@ -250,7 +250,7 @@ GLOBAL_LIST_EMPTY(TabletMessengers) // a list of all active messengers, similar update_appearance() update_slot_icon() - return FALSE + return TRUE /obj/item/modular_computer/MouseDrop(obj/over_object, src_location, over_location) var/mob/M = usr