Redesigns the armory

This commit is contained in:
Arokha Sieyes
2018-01-08 00:56:29 -05:00
parent 8acb88f6ca
commit e43bdacf21
9 changed files with 317 additions and 175 deletions

View File

@@ -0,0 +1,19 @@
/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)
..()