mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Redesigns the armory
This commit is contained in:
19
code/modules/tables/rack_vr.dm
Normal file
19
code/modules/tables/rack_vr.dm
Normal 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)
|
||||
..()
|
||||
Reference in New Issue
Block a user