|
|
|
|
@ -388,7 +388,7 @@ class ComputedResults(group: ComputableGroup, shouldManageMultiGroupProgressValu |
|
|
|
|
override val entryTitle: String = this.group.name |
|
|
|
|
|
|
|
|
|
override fun formattedValue(stat: Stat, context: Context): TextFormat { |
|
|
|
|
this.computedStat(stat)?.secondValue?.let { |
|
|
|
|
this.computedStat(stat)?.progressValue?.let { |
|
|
|
|
return stat.format(it, context = context) |
|
|
|
|
// return it.format(context) |
|
|
|
|
} ?: run { |
|
|
|
|
|