Merge pull request #2234 from Remint32/patch-4
bruh trails -> pretty trails fix
This commit is contained in:
@@ -73,7 +73,7 @@ public class UnitType extends UnlockableContent{
|
|||||||
public Color lightColor = Pal.powerLight;
|
public Color lightColor = Pal.powerLight;
|
||||||
public boolean drawCell = true, drawItems = true, drawShields = true;
|
public boolean drawCell = true, drawItems = true, drawShields = true;
|
||||||
public int parts = 0;
|
public int parts = 0;
|
||||||
public int trailLength = 5;
|
public int trailLength = 3;
|
||||||
|
|
||||||
public ObjectSet<StatusEffect> immunities = new ObjectSet<>();
|
public ObjectSet<StatusEffect> immunities = new ObjectSet<>();
|
||||||
public Sound deathSound = Sounds.bang;
|
public Sound deathSound = Sounds.bang;
|
||||||
|
|||||||
Reference in New Issue
Block a user