Display Bullet Status Duration (#7109)

* whad

i have no idea if this works

and have no idea if the formatting is right

💀

* int

int

* i am an idiot

yes i am

an idiot
This commit is contained in:
Mythril382
2022-07-03 05:36:41 +08:00
committed by GitHub
parent 895122848c
commit e34637a02f

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);
sep(bt, (type.status.minfo.mod == null ? type.status.emoji() : "") + "[stat]" + type.status.localizedName + "[] ~ [stat]" + ((int)(type.statusDuration / 60f)) + "[] " + Core.bundle.get("unit.seconds"));
}
if(type.fragBullet != null){