Balancing

This commit is contained in:
Anuken
2020-05-21 11:04:48 -04:00
parent 42ba97f872
commit 684b84310b
10 changed files with 45 additions and 29 deletions

View File

@@ -33,7 +33,7 @@ public class AmmoListValue<T extends UnlockableContent> implements StatValue{
table.table(Tex.underline, bt -> {
bt.left().defaults().padRight(3).left();
if(type.damage > 0){
if(type.damage > 0 && type.collides){
bt.add(Core.bundle.format("bullet.damage", type.damage));
}