Ravage turret cleanup

This commit is contained in:
Anuken
2022-07-05 17:02:20 -04:00
parent 77c5fc02a6
commit e2c0eec3e1
3 changed files with 26 additions and 11 deletions

View File

@@ -321,7 +321,7 @@ public class StatValues{
}
//no point in displaying unit icon twice
if(!compact && !(t instanceof PowerTurret)){
if(!compact && !(t instanceof Turret)){
table.image(icon(t)).size(3 * 8).padRight(4).right().top();
table.add(t.localizedName).padRight(10).left().top();
}