GJ пре 12 година
родитељ
комит
38c3891533
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/main/java/com/gmail/nossr50/skills/archery/ArcheryManager.java

+ 2 - 2
src/main/java/com/gmail/nossr50/skills/archery/ArcheryManager.java

@@ -72,9 +72,9 @@ public class ArcheryManager extends SkillManager {
     /**
      * 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
-     * @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) {
         Player attacker = getPlayer();