From 2071f9273eecc9741c2603c972b71a865031b1fd Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 27 May 2019 12:15:51 -0400 Subject: [PATCH] Allows Benches/Racks to support laptops --- code/modules/modular_computers/computers/subtypes/dev_laptop.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/modular_computers/computers/subtypes/dev_laptop.dm b/code/modules/modular_computers/computers/subtypes/dev_laptop.dm index 851008b23d..3a9cab6bc2 100644 --- a/code/modules/modular_computers/computers/subtypes/dev_laptop.dm +++ b/code/modules/modular_computers/computers/subtypes/dev_laptop.dm @@ -28,8 +28,6 @@ //VOREStation Addition Begin var/supported = FALSE for(var/obj/structure/table/S in loc) - if(istype(S, /obj/structure/table/bench) || istype(S, /obj/structure/table/rack)) - continue supported = TRUE if(!supported) to_chat(usr, "You will need a better supporting surface before opening \the [src]!")