Skip to content

Commit

Permalink
heh
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberpwnn committed Dec 12, 2016
1 parent 8c73a71 commit 939e2b2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public LongShotEnchantment()
setMaxLevel(1);
setBase(5);
setInterval(8);
description = "The further the arrow travles, the more damage it does (Bow)";
description = "The further the arrow travels, the more damage it does (Bow)";
}

@Override
Expand Down Expand Up @@ -62,6 +62,7 @@ public double getIntensity(int level)
return pow;
}

@Override
public void setPow(double pow)
{
this.pow = pow;
Expand Down

0 comments on commit 939e2b2

Please sign in to comment.