Skip to content

Commit

Permalink
Merge pull request Anuken#1221 from TsjipTsjip/typoFixes
Browse files Browse the repository at this point in the history
'arilleryPlastic' -> 'artilleryPlastic'
  • Loading branch information
Anuken authored Dec 16, 2019
2 parents 6971a76 + 5ce66b0 commit e076de9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/io/anuke/mindustry/content/Blocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions core/src/io/anuke/mindustry/content/Bullets.java
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit e076de9

Please sign in to comment.