mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-03 14:14:03 +07:00
Do not display duration for reactive statuses (#7669)
This commit is contained in:
parent
0b128e5bca
commit
e38013862b
@ -403,7 +403,7 @@ public class StatValues{
|
||||
}
|
||||
|
||||
if(type.status != StatusEffects.none){
|
||||
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"));
|
||||
sep(bt, (type.status.minfo.mod == null ? type.status.emoji() : "") + "[stat]" + type.status.localizedName + (type.status.reactive ? "" : "[lightgray] ~ [stat]" + ((int)(type.statusDuration / 60f)) + "[lightgray] " + Core.bundle.get("unit.seconds")));
|
||||
}
|
||||
|
||||
if(type.fragBullet != null){
|
||||
|
Loading…
Reference in New Issue
Block a user