From e02ffe13b428b0b9fb1e3230e832fcd921347c4d Mon Sep 17 00:00:00 2001 From: crabman77 Date: Sun, 21 Jun 2015 19:13:21 +0200 Subject: [PATCH] fixed missing renamed icon --- mods/mana/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/mana/init.lua b/mods/mana/init.lua index 08f6f203..82ce5c44 100755 --- a/mods/mana/init.lua +++ b/mods/mana/init.lua @@ -302,7 +302,7 @@ else hud_elem_type = "statbar", position = {x=0.5,y=1}, size = {x=24, y=24}, - text = "mana_icon_violet.png", + text = "mana_icon_purple.png", number = mana.get(playername)/10, alignment = {x=-1,y=-1}, offset = {x=80, y=-186},