@@ -8,6 +8,7 @@ Key:
- Removal
Version 1.4.04-dev
+ = Fixed bug where trying to activate a Chimaera Wing would require one item too much
Version 1.4.03
+ Added option to advanced.yml to determine the # of enchant levels used when buffing Super Breaker & Giga Drill Breaker
@@ -51,7 +51,7 @@ public final class ChimaeraWing {
return;
}
- if (amount <= Config.getInstance().getChimaeraUseCost()) {
+ if (amount < Config.getInstance().getChimaeraUseCost()) {
player.sendMessage(LocaleLoader.getString("Skills.NeedMore", "Chimaera Wings")); //TODO Locale!