Updated changelog again

This commit is contained in:
nossr50
2012-02-29 13:19:22 -08:00
parent 906bc01b91
commit f689f048b2
2 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,7 @@ public class Axes {
public static void impact(Player attacker, LivingEntity target)
{
//TODO: Finish this skill, the idea is you will greatly damage an opponents armor and when they are armor less you have a proc that will stun them and deal additional damage.
boolean didImpact = false;
if(target instanceof Player)