Change books' description to indicate that they're writable

This commit is contained in:
Vanessa Ezekowitz 2015-03-31 11:43:15 -04:00
parent 7c9a172510
commit 677106529b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ for c in ipairs(bookcolors) do
end
homedecor.register("book_"..color, {
description = S("Book (%s)"):format(color_d),
description = S("Writable Book (%s)"):format(color_d),
mesh = "homedecor_book.obj",
tiles = { "homedecor_book_"..color..".png" },
inventory_image = "homedecor_book_"..color.."_inv.png",