Skip to content

Commit

Permalink
Updated changelog again
Browse files Browse the repository at this point in the history
  • Loading branch information
nossr50 committed Feb 29, 2012
1 parent 906bc01 commit f689f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.txt
Expand Up @@ -17,6 +17,7 @@ Version 1.3.00-dev
+ Added Blast Mining subskills to Mining
+ Added Fast Food Service subskill to Taming
+ Added size limit to Tree Feller in config as Tree Feller Threshold
+ Added /inspect (works on offline players)
+ Added /addlevels commands
+ Added /mcremove command which lets you remove users from MySQL or FlatFile
+ Added config values for XP multipliers for different hostile mobs
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/gmail/nossr50/skills/Axes.java
Expand Up @@ -84,6 +84,7 @@ public static void axeCriticalCheck(Player attacker, EntityDamageByEntityEvent e

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)
Expand Down

0 comments on commit f689f04

Please sign in to comment.