mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-22 04:07:04 +01:00
16 lines
666 B
Plaintext
16 lines
666 B
Plaintext
/obj/structure/barricade/wooden/shadow
|
|
name = "shadow barricade"
|
|
desc = "This space is blocked off by a shadow wood barricade."
|
|
icon = 'modular_splurt/icons/obj/structures.dmi'
|
|
icon_state = "barricade_shadow"
|
|
plank_type = /obj/item/stack/sheet/mineral/wood/shadow
|
|
wall_type = /turf/closed/wall/mineral/wood/shadow/nonmetal
|
|
|
|
/obj/structure/barricade/wooden/mushroom
|
|
name = "mushroom barricade"
|
|
desc = "This space is blocked off by a mushroom barricade."
|
|
icon = 'modular_splurt/icons/obj/structures.dmi'
|
|
icon_state = "barricade_mushwood"
|
|
plank_type = /obj/item/stack/sheet/mineral/wood/mushroom
|
|
wall_type = /turf/closed/wall/mineral/wood/mushroom/nonmetal
|