mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-01 16:19:53 +01:00
Minor JD fixes.
This commit is contained in:
parent
a28d673eb7
commit
38c3891533
@ -72,9 +72,9 @@ public class ArcheryManager extends SkillManager {
|
|||||||
/**
|
/**
|
||||||
* Handle the effects of the Daze ability
|
* Handle the effects of the Daze ability
|
||||||
*
|
*
|
||||||
* @param defender The player being affected by Daze
|
* @param defender The player being affected by the ability
|
||||||
* @param damage The amount of damage initially dealt by the event
|
* @param damage The amount of damage initially dealt by the event
|
||||||
* @return the modified event damage if the dodge was successful, the original event damage otherwise
|
* @return the modified event damage if the ability was successful, the original event damage otherwise
|
||||||
*/
|
*/
|
||||||
public int dazeCheck(Player defender, int damage) {
|
public int dazeCheck(Player defender, int damage) {
|
||||||
Player attacker = getPlayer();
|
Player attacker = getPlayer();
|
||||||
|
Loading…
Reference in New Issue
Block a user