From c638442e78b953556e7dadd4c0c34cb0c719bbc8 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 21 Apr 2011 19:35:17 +0300 Subject: Some work-in-progress in hp and mobs and a frightening amount of random fixes. --- src/inventory.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/inventory.h') 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"; -- cgit v1.2.3