This commit is contained in:
Anuken
2026-02-22 20:09:44 -05:00
parent 7da63ac504
commit f20e3ff946
2 changed files with 3 additions and 1 deletions

View File

@@ -2557,6 +2557,7 @@ public class UnitTypes{
backColor = trailColor = Pal.yellowBoltFront;
hitColor = Pal.yellowBoltFront;
frontColor = Color.white;
lightColor = Pal.yellowBoltFront;
lifetime = 60f;
buildingDamageMultiplier = 0.01f;
@@ -2606,6 +2607,7 @@ public class UnitTypes{
backColor = trailColor = Pal.yellowBoltFront;
hitColor = Pal.yellowBoltFront;
frontColor = Color.white;
lightColor = Pal.yellowBoltFront;
lifetime = 60f;
buildingDamageMultiplier = 0.01f;
@@ -2659,6 +2661,7 @@ public class UnitTypes{
backColor = trailColor = Pal.yellowBoltFront;
hitColor = Pal.yellowBoltFront;
frontColor = Color.white;
lightColor = Pal.yellowBoltFront;
lifetime = 70f;
buildingDamageMultiplier = 0.01f;