v2.1.0: fixed momentum buff icon turning blue earlier than intended
This commit is contained in:
+1
-1
@@ -133,7 +133,7 @@ public class Momentum extends Buff implements ActionIndicator.Action {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void tintIcon(Image icon) {
|
public void tintIcon(Image icon) {
|
||||||
if (freerunCooldown == 0){
|
if (freerunCooldown == 0 || freerunTurns > 0){
|
||||||
icon.hardlight(1,1,0);
|
icon.hardlight(1,1,0);
|
||||||
} else {
|
} else {
|
||||||
icon.hardlight(0.5f,0.5f,1);
|
icon.hardlight(0.5f,0.5f,1);
|
||||||
|
|||||||
Reference in New Issue
Block a user