Small heat redirector / Carbide ammo for breach
This commit is contained in:
@@ -619,7 +619,7 @@ public class StatValues{
|
||||
}
|
||||
|
||||
if(type.maxDamageFraction > 0){
|
||||
sep(bt, Core.bundle.format("bullet.maxdamagefraction", (int)(type.maxDamageFraction * 100)));
|
||||
sep(bt, Core.bundle.format("bullet.maxdamagefraction", (int)(type.maxDamageFraction * 100)));
|
||||
}
|
||||
|
||||
if(type.suppressionRange > 0){
|
||||
@@ -631,6 +631,14 @@ public class StatValues{
|
||||
((int)(type.statusDuration / 60f)) + "[lightgray] " + Core.bundle.get("unit.seconds"))).with(c -> withTooltip(c, type.status));
|
||||
}
|
||||
|
||||
if(!type.targetMissiles){
|
||||
sep(bt, "@bullet.notargetsmissiles");
|
||||
}
|
||||
|
||||
if(!type.targetBlocks){
|
||||
sep(bt, "@bullet.notargetsbuildings");
|
||||
}
|
||||
|
||||
if(type.intervalBullet != null){
|
||||
bt.row();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user