diff --git a/TwosideKeeper.jar b/TwosideKeeper.jar
index 30dce6d..f67336e 100644
Binary files a/TwosideKeeper.jar and b/TwosideKeeper.jar differ
diff --git a/src/sig/plugin/TwosideKeeper/CustomDamage.java b/src/sig/plugin/TwosideKeeper/CustomDamage.java
index fc5f67d..0f6f902 100644
--- a/src/sig/plugin/TwosideKeeper/CustomDamage.java
+++ b/src/sig/plugin/TwosideKeeper/CustomDamage.java
@@ -495,7 +495,9 @@ public class CustomDamage {
giveAbsorptionHealth(p);
reduceKnockback(p);
reduceSwiftAegisBuff(p);
- if (damage
hitlist = new ArrayList();
if (!isFlagSet(flags,NOAOE)) {
+ increaseArtifactArmorXP(p,(int)(ratio*10)+1);
hitlist = getAOEList(weapon,target);
}
diff --git a/src/sig/plugin/TwosideKeeper/HelperStructures/ArtifactAbility.java b/src/sig/plugin/TwosideKeeper/HelperStructures/ArtifactAbility.java
index c1595d4..18b9796 100644
--- a/src/sig/plugin/TwosideKeeper/HelperStructures/ArtifactAbility.java
+++ b/src/sig/plugin/TwosideKeeper/HelperStructures/ArtifactAbility.java
@@ -258,7 +258,7 @@ public enum ArtifactAbility {
if (containsEnchantment(ability,item)) {
//We just need to find the line and upgrade it then.
for (int i=0;i=4 &&
@@ -6885,10 +6880,10 @@ public class TwosideKeeper extends JavaPlugin implements Listener {
if (ev.getState().equals(State.CAUGHT_FISH)) {
Player p = ev.getPlayer();
if (p!=null) {
- if (GenericFunctions.isArtifactEquip(p.getEquipment().getItemInMainHand()) &&
+ /*if (GenericFunctions.isArtifactEquip(p.getEquipment().getItemInMainHand()) &&
GenericFunctions.isArtifactWeapon(p.getEquipment().getItemInMainHand())) {
AwakenedArtifact.addPotentialEXP(p.getEquipment().getItemInMainHand(), 12, p);
- }
+ }*/
if (GenericFunctions.isWeapon(p.getEquipment().getItemInMainHand())) {
GenericFunctions.RemovePermEnchantmentChance(p.getEquipment().getItemInMainHand(), p);
}