This commit is contained in:
Anuken
2020-09-30 12:45:01 -04:00
parent f5e5f82d47
commit d2728c2bf0
2 changed files with 5 additions and 2 deletions

View File

@@ -1668,7 +1668,7 @@ public class Blocks implements ContentList{
foreshadow = new ItemTurret("foreshadow"){{
float brange = range = 500f;
requirements(Category.turret, with(Items.copper, 1000, Items.metaglass, 600, Items.surgealloy, 300, Items.plastanium, 175, Items.thorium, 350));
requirements(Category.turret, with(Items.copper, 1000, Items.metaglass, 600, Items.surgealloy, 300, Items.plastanium, 200, Items.silicon, 600));
ammo(
Items.surgealloy, new PointBulletType(){{
shootEffect = Fx.instShoot;