hardwood material port

This commit is contained in:
Killian
2021-10-28 10:21:38 +01:00
parent fba0e4dc0c
commit 70b88ad181
8 changed files with 73 additions and 2 deletions
+8
View File
@@ -75,6 +75,14 @@
reinforced = get_material_by_name(MAT_STEEL)
..()
/obj/structure/table/hardwoodtable
icon_state = "stone_preview"
color = "#42291a"
/obj/structure/table/hardwoodtable/Initialize(mapload)
material = get_material_by_name("hardwood")
return ..()
/obj/structure/table/gamblingtable
icon_state = "gamble_preview"