Skip to content

Commit

Permalink
Tweaked jellyfish
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticKoko committed Dec 6, 2024
1 parent cb8dcf0 commit e2d56a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ open class HybridAquaticJellyfishEntity(

if (player is ServerPlayerEntity && isVenomous && !player.hasVehicle()) {
player.damage(this.damageSources.mobAttack(this), 1.0f)
player.addStatusEffect(StatusEffectInstance(StatusEffects.POISON, 100, 0), this)
player.addStatusEffect(StatusEffectInstance(StatusEffects.POISON, 100, venomLevel), this)
}
}

Expand Down

0 comments on commit e2d56a3

Please sign in to comment.