don't try to register "right" door inv images

they don't exist, and aren't used anyway
This commit is contained in:
Vanessa Ezekowitz 2014-11-23 03:18:23 -05:00
parent 5c918706cd
commit 0a1e194b3c
1 changed files with 2 additions and 2 deletions

View File

@ -237,8 +237,8 @@ for i in ipairs(sides) do
description = doordesc.." "..S("(%s-opening)"):format(side),
drawtype = "nodebox",
tiles = tiles_lower,
inventory_image = "homedecor_door_"..doorname.."_"..side.."_inv.png",
wield_image = "homedecor_door_"..doorname.."_"..side.."_inv.png",
inventory_image = "homedecor_door_"..doorname.."_left_inv.png",
wield_image = "homedecor_door_"..doorname.."_left_inv.png",
paramtype = "light",
paramtype2 = "facedir",
groups = dgroups,