Update core/src/mindustry/content/Blocks.java
s p a c e Co-authored-by: Patrick 'Quezler' Mounier <Quezler@me.com>
This commit is contained in:
co-authored by
Patrick 'Quezler' Mounier
parent
3e81d194cb
commit
79ac9894b3
@@ -1458,7 +1458,7 @@ public class Blocks implements ContentList{
|
|||||||
shootSound = Sounds.splash;
|
shootSound = Sounds.splash;
|
||||||
}};
|
}};
|
||||||
|
|
||||||
tsunami = new LiquidTurret("tsunami") {{
|
tsunami = new LiquidTurret("tsunami"){{
|
||||||
requirements(Category.turret, with(Items.metaglass, 100, Items.lead, 400, Items.titanium, 250));
|
requirements(Category.turret, with(Items.metaglass, 100, Items.lead, 400, Items.titanium, 250));
|
||||||
ammo(
|
ammo(
|
||||||
Liquids.water, Bullets.waterShot,
|
Liquids.water, Bullets.waterShot,
|
||||||
|
|||||||
Reference in New Issue
Block a user