Fix only 1 ammoType displaying with missile units (#8020)
This commit is contained in:
@@ -329,7 +329,7 @@ public class StatValues{
|
|||||||
|
|
||||||
if(type.spawnUnit != null && type.spawnUnit.weapons.size > 0){
|
if(type.spawnUnit != null && type.spawnUnit.weapons.size > 0){
|
||||||
ammo(ObjectMap.of(t, type.spawnUnit.weapons.first().bullet), indent, false).display(table);
|
ammo(ObjectMap.of(t, type.spawnUnit.weapons.first().bullet), indent, false).display(table);
|
||||||
return;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
//no point in displaying unit icon twice
|
//no point in displaying unit icon twice
|
||||||
|
|||||||
Reference in New Issue
Block a user