Hardwood Material Port

This commit is contained in:
Chompstation Bot
2021-10-30 21:25:32 +00:00
parent 56261338af
commit da9e3383a8
8 changed files with 79 additions and 2 deletions

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"