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]!")