Makes standard tables plastic

Makes standard tables plastic, readds steel tables to various places,
mainly around engineering and maintenance. Makes shuttle tables
reinforced.
This commit is contained in:
mwerezak
2015-06-14 13:38:56 -04:00
parent 8ed7d6b712
commit 0d6dfd899a
3 changed files with 157 additions and 149 deletions

View File

@@ -1,19 +1,19 @@
/obj/structure/table
standard
icon_state = "plain_preview"
color = "#EEEEEE"
New()
material = get_material_by_name(DEFAULT_TABLE_MATERIAL)
..()
steel
icon_state = "plain_preview"
color = "#666666"
New()
material = get_material_by_name(DEFAULT_WALL_MATERIAL)
..()
plastic
icon_state = "plain_preview"
color = "#EEEEEE"
New()
material = get_material_by_name("plastic")
..()
marble
icon_state = "stone_preview"
color = "#CCCCCC"
@@ -22,6 +22,14 @@
..()
reinforced
icon_state = "reinf_preview"
color = "#EEEEEE"
New()
material = get_material_by_name(DEFAULT_TABLE_MATERIAL)
reinforced = get_material_by_name(DEFAULT_WALL_MATERIAL)
..()
steel_reinforced
icon_state = "reinf_preview"
color = "#666666"
New()
@@ -53,9 +61,9 @@
holotable
icon_state = "holo_preview"
color = "#666666"
color = "#EEEEEE"
New()
material = get_material_by_name("holographic [DEFAULT_WALL_MATERIAL]")
material = get_material_by_name("holographic [DEFAULT_TABLE_MATERIAL]")
..()
woodentable/holotable