Remove explosion from rupture, and rupture bug fixes and other tweaks

This commit is contained in:
nossr50
2021-04-23 11:13:59 -07:00
parent d67c561fed
commit f983f95961
8 changed files with 57 additions and 44 deletions

View File

@ -93,9 +93,7 @@ public final class CombatUtils {
}
if(target.getHealth() - event.getFinalDamage() > 0) {
if (swordsManager.canUseRupture()) {
swordsManager.processRupture(target);
}
swordsManager.processRupture(target);
}
//Add Stab Damage