From 5ce66b0dbb79f886d8c76608ca3c6a526caebf69 Mon Sep 17 00:00:00 2001 From: TsjipTsjip Date: Mon, 16 Dec 2019 19:55:10 +0100 Subject: [PATCH] 'arilleryPlastic' -> 'artilleryPlastic' --- core/src/io/anuke/mindustry/content/Blocks.java | 2 +- core/src/io/anuke/mindustry/content/Bullets.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/io/anuke/mindustry/content/Blocks.java b/core/src/io/anuke/mindustry/content/Blocks.java index 10769bd53d79..f248dbab5842 100644 --- a/core/src/io/anuke/mindustry/content/Blocks.java +++ b/core/src/io/anuke/mindustry/content/Blocks.java @@ -1542,7 +1542,7 @@ public void draw(Bullet b){ Items.silicon, Bullets.artilleryHoming, Items.pyratite, Bullets.artilleryIncendiary, Items.blastCompound, Bullets.artilleryExplosive, - Items.plastanium, Bullets.arilleryPlastic + Items.plastanium, Bullets.artilleryPlastic ); size = 3; shots = 4; diff --git a/core/src/io/anuke/mindustry/content/Bullets.java b/core/src/io/anuke/mindustry/content/Bullets.java index 75b6b763f3d2..b3e23d966bbb 100644 --- a/core/src/io/anuke/mindustry/content/Bullets.java +++ b/core/src/io/anuke/mindustry/content/Bullets.java @@ -18,7 +18,7 @@ public class Bullets implements ContentList{ public static BulletType //artillery - artilleryDense, arilleryPlastic, artilleryPlasticFrag, artilleryHoming, artilleryIncendiary, artilleryExplosive, artilleryUnit, + artilleryDense, artilleryPlastic, artilleryPlasticFrag, artilleryHoming, artilleryIncendiary, artilleryExplosive, artilleryUnit, //flak flakScrap, flakLead, flakPlastic, flakExplosive, flakSurge, flakGlass, glassFrag, @@ -65,7 +65,7 @@ public void load(){ despawnEffect = Fx.none; }}; - arilleryPlastic = new ArtilleryBulletType(3.4f, 0, "shell"){{ + artilleryPlastic = new ArtilleryBulletType(3.4f, 0, "shell"){{ hitEffect = Fx.plasticExplosion; knockback = 1f; lifetime = 55f;