Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2020-07-16 14:32:43 -04:00
4 changed files with 76 additions and 54 deletions

View File

@@ -73,7 +73,7 @@ public class UnitType extends UnlockableContent{
public Color lightColor = Pal.powerLight;
public boolean drawCell = true, drawItems = true, drawShields = true;
public int parts = 0;
public int trailLength = 5;
public int trailLength = 3;
public ObjectSet<StatusEffect> immunities = new ObjectSet<>();
public Sound deathSound = Sounds.bang;