mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 23:23:55 +01:00
Fixes closing laptops with no proper support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user