Fixes closing laptops with no proper support

This commit is contained in:
Heroman
2019-06-04 08:19:11 +10:00
parent aa4593f3fb
commit 6c65828dd6
@@ -29,7 +29,7 @@
var/supported = FALSE
for(var/obj/structure/table/S in loc)
supported = TRUE
if(!supported)
if(!supported && !anchored)
to_chat(usr, "You will need a better supporting surface before opening \the [src]!")
return
//VOREStation Addition End