fixed a few missed "black metal" -> static color lines

This commit is contained in:
Vanessa Ezekowitz
2017-01-25 17:53:45 -05:00
parent 4598cdca56
commit dc903b16c8
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ homedecor.register("desk", {
tiles = {
homedecor.plain_wood,
"homedecor_desk_drawers.png",
"homedecor_generic_metal_black.png",
{ name = "homedecor_generic_metal.png", color = homedecor.color_black }
},
inventory_image = "homedecor_desk_inv.png",
selection_box = desk_cbox,