Allows Benches/Racks to support laptops

This commit is contained in:
Unknown
2019-05-27 12:15:51 -04:00
parent 34547c3282
commit 2071f9273e
@@ -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]!")