give unique (if generic) descriptions to picture frames

This commit is contained in:
Vanessa Ezekowitz 2017-08-12 16:43:42 -04:00
parent c247318dd8
commit 78ec2119f6
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ local n = { 1, 2 }
for _, i in ipairs(n) do
homedecor.register("picture_frame"..i, {
description = S("Picture Frame"),
description = S("Picture Frame "..i),
mesh = "homedecor_picture_frame.obj",
tiles = {
"homedecor_picture_frame_image"..i..".png",