diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/inventory.h b/src/inventory.h index d2d23542e..f162952d3 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -369,6 +369,12 @@ public: basename = "tool_stoneaxe.png"; else if(m_toolname == "SteelAxe") basename = "tool_steelaxe.png"; + else if(m_toolname == "WSword") + basename = "tool_woodsword.png"; + else if(m_toolname == "STSword") + basename = "tool_stonesword.png"; + else if(m_toolname == "SteelSword") + basename = "tool_steelsword.png"; else basename = "cloud.png"; |