Skip to content
Snippets Groups Projects
Commit 16cb9b3c authored by DarkGod's avatar DarkGod
Browse files

dolls can be tall

parent 734a0b18
No related branches found
No related tags found
No related merge requests found
...@@ -3491,7 +3491,7 @@ function _M:updateModdableTile() ...@@ -3491,7 +3491,7 @@ function _M:updateModdableTile()
local basebody = self.moddable_tile_base or "base_01.png" local basebody = self.moddable_tile_base or "base_01.png"
if self.moddable_tile_base_alter then basebody = self:moddable_tile_base_alter(basebody) end if self.moddable_tile_base_alter then basebody = self:moddable_tile_base_alter(basebody) end
add[#add+1] = {image = base..basebody} add[#add+1] = {image = base..basebody, auto_tall=1}
if not self:attr("disarmed") then if not self:attr("disarmed") then
i = self.inven[self.INVEN_MAINHAND]; if i and i[1] and i[1].moddable_tile_back then i = self.inven[self.INVEN_MAINHAND]; if i and i[1] and i[1].moddable_tile_back then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment