New metal floor / Selective floor attribute stats
This commit is contained in:
@@ -67,7 +67,7 @@ public class ContentInfoDialog extends BaseDialog{
|
||||
for(Stat stat : map.keys()){
|
||||
table.table(inset -> {
|
||||
inset.left();
|
||||
inset.add("[lightgray]" + stat.localized() + ":[] ").left();
|
||||
inset.add("[lightgray]" + stat.localized() + ":[] ").left().top();
|
||||
Seq<StatValue> arr = map.get(stat);
|
||||
for(StatValue value : arr){
|
||||
value.display(inset);
|
||||
|
||||
Reference in New Issue
Block a user