Removed unused stat
This commit is contained in:
@@ -795,7 +795,7 @@ public class UnitType extends UnlockableContent implements Senseable{
|
|||||||
|
|
||||||
if(legSplashDamage > 0 && legSplashRange > 0){
|
if(legSplashDamage > 0 && legSplashRange > 0){
|
||||||
stats.add(Stat.legSplashDamage, table -> {
|
stats.add(Stat.legSplashDamage, table -> {
|
||||||
table.add((String)(Core.bundle.format("bullet.splashdamage", Strings.autoFixed(legSplashDamage, 2),
|
table.add((Core.bundle.format("bullet.splashdamage", Strings.autoFixed(legSplashDamage, 2),
|
||||||
Strings.autoFixed(legSplashRange / tilesize, 2))).replace("[stat]", "[white]") + " " + StatUnit.perLeg.localized());
|
Strings.autoFixed(legSplashRange / tilesize, 2))).replace("[stat]", "[white]") + " " + StatUnit.perLeg.localized());
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -86,7 +86,6 @@ public class Stat implements Comparable<Stat>{
|
|||||||
reload = new Stat("reload", StatCat.function),
|
reload = new Stat("reload", StatCat.function),
|
||||||
crushDamage = new Stat("crushDamage", StatCat.function),
|
crushDamage = new Stat("crushDamage", StatCat.function),
|
||||||
legSplashDamage = new Stat("legSplashDamage", StatCat.function),
|
legSplashDamage = new Stat("legSplashDamage", StatCat.function),
|
||||||
legSplashRange = new Stat("legSplashRange", StatCat.function),
|
|
||||||
targetsAir = new Stat("targetsAir", StatCat.function),
|
targetsAir = new Stat("targetsAir", StatCat.function),
|
||||||
targetsGround = new Stat("targetsGround", StatCat.function),
|
targetsGround = new Stat("targetsGround", StatCat.function),
|
||||||
damage = new Stat("damage", StatCat.function),
|
damage = new Stat("damage", StatCat.function),
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ org.gradle.caching=true
|
|||||||
org.gradle.internal.http.socketTimeout=100000
|
org.gradle.internal.http.socketTimeout=100000
|
||||||
org.gradle.internal.http.connectionTimeout=100000
|
org.gradle.internal.http.connectionTimeout=100000
|
||||||
android.enableR8.fullMode=false
|
android.enableR8.fullMode=false
|
||||||
archash=f9a551ad15
|
archash=aba0013e6b
|
||||||
|
|||||||
Reference in New Issue
Block a user