Files
VOREStation/code/modules/tables/bench.dm
Kashargul 1def015bad end of file Fix (#17308)
* end of file Fix

* fix those lints too
2025-03-10 16:15:35 -04:00

18 lines
429 B
Plaintext

/obj/structure/table/bench
name = "bench frame"
icon = 'icons/obj/bench.dmi'
icon_state = "frame"
desc = "It's a bench, for putting things on. Or standing on, if you really want to."
can_reinforce = 0
flipped = -1
density = FALSE
/obj/structure/table/bench/update_desc()
if(material)
name = "[material.display_name] bench"
else
name = "bench frame"
/obj/structure/table/bench/CanPass(atom/movable/mover)
return 1