This commit is contained in:
Anuken
2020-07-11 10:26:27 -04:00
parent 0752076bf2
commit 064172e1f1
2 changed files with 2 additions and 1 deletions

View File

@@ -1453,6 +1453,7 @@ public class Blocks implements ContentList{
shootType = new LightningBulletType(){{
damage = 21;
lightningLength = 25;
collidesAir = false;
}};
reloadTime = 35f;
shootCone = 40f;