More contrast for specific colors

This commit is contained in:
Anuken
2020-10-01 14:22:48 -04:00
parent 4074a241d2
commit 68c41774e4
28 changed files with 1155 additions and 1184 deletions

View File

@@ -15,7 +15,6 @@ public class PowerTurret extends Turret{
@Override
public void setStats(){
super.setStats();
stats.add(BlockStat.damage, shootType.damage, StatUnit.none);
}