mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-19 18:47:02 +01:00
see files changed: - fixes lowwalls clickblocking - pipes are now smaller - fxies some table stuff - air alarms - buffs scrubbers - buffs protean blob structure damage again are you happy now @Ghostcoffeee - both buffs and nerfs metal foam - nerfs inflatables - fixes weather --------- Co-authored-by: silicons <no@you.cat>
16 lines
372 B
Plaintext
16 lines
372 B
Plaintext
// todo: de-table
|
|
|
|
/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 = 0
|
|
depth_projected = FALSE
|
|
base_name = "bench"
|
|
|
|
/obj/structure/table/bench/CanAllowThrough(atom/movable/mover)
|
|
return 1
|