mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Corrected Vesta's longsword damage
This commit is contained in:
parent
7c38339e16
commit
b87a3821dd
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ public final class FeintSpecialHandler extends MeleeSwingHandler implements Plug
|
|||
state.setStyle(CombatStyle.MELEE);
|
||||
int hit = 0;
|
||||
if (isAccurateImpact(entity, victim, CombatStyle.MELEE, 1.0, 1.0)) {
|
||||
hit = RandomFunction.random(calculateHit(entity, victim, RandomFunction.random(1.0, 2.50)));
|
||||
hit = RandomFunction.random(calculateHit(entity, victim, RandomFunction.random(1.0, 1.2)));
|
||||
}
|
||||
state.setEstimatedHit(hit);
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue