mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-09-18 10:47:53 +02:00
SecondaryAbility's API additions
This commit is contained in:
@@ -176,8 +176,8 @@ public final class CombatUtils {
|
||||
finalDamage += archeryManager.daze((Player) target, arrow);
|
||||
}
|
||||
|
||||
if (!arrow.hasMetadata(mcMMO.infiniteArrowKey) && archeryManager.canTrackArrows()) {
|
||||
archeryManager.trackArrows(target);
|
||||
if (!arrow.hasMetadata(mcMMO.infiniteArrowKey) && archeryManager.canRetrieveArrows()) {
|
||||
archeryManager.retrieveArrows(target);
|
||||
}
|
||||
|
||||
archeryManager.distanceXpBonus(target, arrow);
|
||||
|
Reference in New Issue
Block a user