This commit is contained in:
Anuken
2020-08-18 00:37:09 -04:00
parent 0bd122c570
commit 0b407c7c1f
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ public class UnitTypes implements ContentList{
bullet = new LightningBulletType(){{
lightningColor = hitColor = Pal.heal;
damage = 11f;
damage = 12f;
lightningLength = 7;
lightningLengthRand = 7;
shootEffect = Fx.shootHeal;