mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
20 lines
461 B
Plaintext
20 lines
461 B
Plaintext
/obj/structure/table/rack/steel
|
|
color = "#666666"
|
|
|
|
/obj/structure/table/rack/steel/New()
|
|
material = get_material_by_name(DEFAULT_WALL_MATERIAL)
|
|
..()
|
|
|
|
/obj/structure/table/rack/shelf
|
|
name = "shelving"
|
|
desc = "Some nice metal shelves."
|
|
icon = 'icons/obj/objects_vr.dmi'
|
|
icon_state = "shelf"
|
|
|
|
/obj/structure/table/rack/shelf/steel
|
|
color = "#666666"
|
|
|
|
/obj/structure/table/rack/shelf/steel/New()
|
|
material = get_material_by_name(DEFAULT_WALL_MATERIAL)
|
|
..()
|