Skip to content

Commit

Permalink
I am an idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
70000hp committed Aug 29, 2023
1 parent 0a7a99b commit 7de3f0b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public void acidAttack(){
if (!worldObj.isRemote && entityToAttack instanceof EntityLivingBase) {
this.addPotionEffect(new PotionEffect(Potion.moveSlowdown.id, 2 * 20, 6));
EntityChemical chem = new EntityChemical(worldObj, this);
chem.setLocationAndAngles(this.posX, this.posY, this.posZ, this.rotationYaw, this.rotationPitch);
chem.setFluid(Fluids.ACID);
worldObj.spawnEntityInWorld(chem);
}
Expand Down

0 comments on commit 7de3f0b

Please sign in to comment.