Merge pull request #5496 from Mewchild/MC-DarkBar

Adds the Dark Bar to the Tether
This commit is contained in:
Novacat
2019-07-28 14:19:48 -04:00
committed by GitHub
4 changed files with 737 additions and 751 deletions

View File

@@ -75,6 +75,15 @@
material = get_material_by_name("glass")
..()
/obj/structure/table/borosilicate
icon_state = "plain_preview"
color = "#4D3EAC"
alpha = 77
/obj/structure/table/borosilicate/New()
material = get_material_by_name("borosilicate glass")
..()
/obj/structure/table/holotable
icon_state = "holo_preview"
color = "#EEEEEE"