mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Allows Benches/Racks to support laptops
This commit is contained in:
@@ -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]!")
|
||||
|
||||
Reference in New Issue
Block a user