This commit is contained in:
Anuken
2020-12-29 19:48:30 -05:00
parent 83b20a90e6
commit 6e1eedc1ab
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ public class AmmoListValue<T extends UnlockableContent> implements StatValue{
}
if(type.buildingDamageMultiplier != 1){
sep(bt, Core.bundle.format("bullet.buildingdamage", type.buildingDamageMultiplier * 100));
sep(bt, Core.bundle.format("bullet.buildingdamage", (int)(type.buildingDamageMultiplier * 100)));
}
if(type.splashDamage > 0){