Removed cliffs / Nerfed explosion bombing

This commit is contained in:
Anuken
2020-09-13 12:13:42 -04:00
parent bab43859f5
commit 27e9b5aeb9
6 changed files with 8 additions and 11 deletions

View File

@@ -292,11 +292,6 @@ public class Blocks implements ContentList{
attributes.set(Attribute.water, 0.3f);
}};
cliffs = new StaticWall("cliffs"){{
variants = 1;
fillsTile = false;
}};
stoneWall = new StaticWall("stone-wall"){{
variants = 2;
}};
@@ -1493,7 +1488,7 @@ public class Blocks implements ContentList{
reloadTime = 35f;
shootCone = 40f;
rotatespeed = 8f;
powerUse = 4f;
powerUse = 4.5f;
targetAir = false;
range = 90f;
shootEffect = Fx.lightningShoot;