proc chance broken into separate method
This commit is contained in:
@@ -1087,6 +1087,7 @@ public enum CombatManager {
|
||||
if (procChance < MBServerStatics.PROC_CHANCE) {
|
||||
try {
|
||||
((WeaponProcEffectModifier) mod).applyProc(ac, tarAc);
|
||||
break;
|
||||
} catch (Exception e) {
|
||||
Logger.error(eff.getName() + " Failed To Cast Proc");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user