Skip to content

Commit

Permalink
Merge true by default
Browse files Browse the repository at this point in the history
Make percentage symbol inherit the color as well
  • Loading branch information
MEEPofFaith committed Oct 31, 2024
1 parent 0176e2f commit 8343897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/mindustry/world/meta/StatValues.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public static StatValue percentModifier(float value, StatUnit unit, boolean merg
}

public static StatValue percentModifier(float value, StatUnit unit){
return percentModifier(value, unit, false);
return percentModifier(value, unit, true);
}

public static StatValue liquid(Liquid liquid, float amount, boolean perSecond){
Expand Down

0 comments on commit 8343897

Please sign in to comment.