Final bug fixes I'd hope.

dev
sigonasr2 9 years ago
parent 6c4167665c
commit 7878e7a956
  1. BIN
      TwosideKeeper.jar
  2. 2
      src/sig/plugin/TwosideKeeper/CustomDamage.java

Binary file not shown.

@ -799,6 +799,7 @@ public class CustomDamage {
GenericFunctions.sendActionBarMessage(p, ChatColor.GRAY+"Swift Aegis Resistance Removed.");
}
}*/
if (GenericFunctions.getSwiftAegisAmt(p)>0) {
pd.swiftaegisamt=Math.max(0, GenericFunctions.getSwiftAegisAmt(p)-1);
if (GenericFunctions.getSwiftAegisAmt(p)>0) {
GenericFunctions.sendActionBarMessage(p, ChatColor.GRAY+"Resist "+WorldShop.toRomanNumeral(GenericFunctions.getSwiftAegisAmt(p)));
@ -806,6 +807,7 @@ public class CustomDamage {
GenericFunctions.sendActionBarMessage(p, ChatColor.GRAY+"Swift Aegis Resist Removed.");
}
}
}
private static void triggerEliteBreakEvent(LivingEntity target) {
if (target instanceof Monster &&

Loading…
Cancel
Save