Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2022-07-03 09:18:40 -04:00
38 changed files with 302 additions and 290 deletions

View File

@@ -275,7 +275,10 @@ public class UnitAssembler extends PayloadBlock{
break;
}
}
currentTier = max;
if(currentTier != max){
progress=0;
currentTier = max;
}
}
public UnitType unit(){

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){