fix retribution double dmg

This commit is contained in:
Player Name 2026-07-14 18:28:33 +02:00
parent bf6c40afad
commit 5b4d699e36

View file

@ -108,9 +108,6 @@ public final class Prayer {
playAudio(player, Sounds.FIREBREATH_159);
player.graphics(Graphics.create(437));
int maximum = (int) (player.getSkills().getStaticLevel(Skills.PRAYER) * 0.25) - 1;
if (killer != player && killer.getLocation().withinDistance(player.getLocation(), 1)) {
killer.getImpactHandler().manualHit(player, 1 + RandomFunction.randomize(maximum), HitsplatType.NORMAL);
}
if (player.getProperties().isMultiZone()) {
List<? extends Entity> targets;
if (killer instanceof NPC) {