From c22d0a6a4f609d6d755b1d75d895d659db73baa7 Mon Sep 17 00:00:00 2001 From: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com> Date: Sat, 27 Jun 2026 19:03:41 +0200 Subject: [PATCH] Update HealBot_Action.lua Revert accidental change Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com> --- HealBot_Action.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/HealBot_Action.lua b/HealBot_Action.lua index 624f287..75e6390 100644 --- a/HealBot_Action.lua +++ b/HealBot_Action.lua @@ -204,7 +204,7 @@ function HealBot_Action_EnableButton(button) if bar3 then bar3:SetMinMaxValues(0, state.maxMana) bar3:SetValue(state.mana) - bar3:SetStatusBarColor(pr, pg, pb, 1) + bar3:SetStatusBarColor(pr, pg, pb, HealBot_Config.Barcola[HealBot_Config.Current_Skin]) bar3:Show() bar3:SetHeight(bheight * 0.2) end @@ -241,7 +241,7 @@ function HealBot_Action_EnableButton(button) sg=1.0; sb=0.0; end - bar:SetStatusBarColor(r,g,b,1); + bar:SetStatusBarColor(r,g,b,HealBot_Config.Barcola[HealBot_Config.Current_Skin]); bar2:SetStatusBarColor(r,g,b,HealBot_Config.BarcolaInHeal[HealBot_Config.Current_Skin]); else button:Disable(); @@ -250,8 +250,8 @@ function HealBot_Action_EnableButton(button) sb=HealBot_Config.btextdisbledcolb[HealBot_Config.Current_Skin]; sa=HealBot_Config.btextdisbledcola[HealBot_Config.Current_Skin]; - bar:SetStatusBarColor(r,g,b,1); - bar2:SetStatusBarColor(r,g,b,1); + bar:SetStatusBarColor(r,g,b,HealBot_Config.Barcola[HealBot_Config.Current_Skin]); + bar2:SetStatusBarColor(r,g,b,HealBot_Config.Barcola[HealBot_Config.Current_Skin]); end button:SetAlpha(a);