Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2022-07-03 09:43:22 -04:00

View File

@@ -390,7 +390,7 @@ public class StatValues{
}
if(type.status != StatusEffects.none){
sep(bt, (type.status.minfo.mod == null ? type.status.emoji() : "") + "[stat]" + type.status.localizedName + "[] ~ [stat]" + ((int)(type.statusDuration / 60f)) + "[] " + Core.bundle.get("unit.seconds"));
sep(bt, (type.status.minfo.mod == null ? type.status.emoji() : "") + "[stat]" + type.status.localizedName + "[lightgray] ~ [stat]" + ((int)(type.statusDuration / 60f)) + "[lightgray] " + Core.bundle.get("unit.seconds"));
}
if(type.fragBullet != null){