diff --git a/src/main/java/com/gildedgames/the_aether/entities/effects/PotionInebriation.java b/src/main/java/com/gildedgames/the_aether/entities/effects/PotionInebriation.java index 244cb70..1798744 100644 --- a/src/main/java/com/gildedgames/the_aether/entities/effects/PotionInebriation.java +++ b/src/main/java/com/gildedgames/the_aether/entities/effects/PotionInebriation.java @@ -49,7 +49,7 @@ public class PotionInebriation extends Potion if (this.duration % 50 == 0) { - entityLivingBaseIn.attackEntityFrom(new DamageSource("inebriation"), 1.0F); + entityLivingBaseIn.attackEntityFrom(new DamageSource("inebriation").setDamageBypassesArmor(), 1.0F); } if (entityLivingBaseIn instanceof EntityPlayer)