mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
Rename Anima Charged to Charged
Charged combo points are still a thing, but they're no longer called "Anima-charged" or relate to Kyrian.
This commit is contained in:
@ -142,7 +142,9 @@ function ComboPointsBar.prototype:UpdateComboPoints(...)
|
||||
end
|
||||
|
||||
self:SetBottomText1(points or "0")
|
||||
self:SetBottomText2(self.chargedPowerPointIndex)
|
||||
if self.chargedPowerPointIndex then
|
||||
self:SetBottomText2(self.chargedPowerPointIndex)
|
||||
end
|
||||
end
|
||||
|
||||
function ComboPointsBar.prototype:Update()
|
||||
|
Reference in New Issue
Block a user