v0.3.5: fixed infinite shield stacking with slam
This commit is contained in:
@@ -253,7 +253,7 @@ public class Combo extends Buff implements ActionIndicator.Action {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case SLAM:
|
case SLAM:
|
||||||
target.SHLD += dmg/2;
|
target.SHLD = Math.max( target.SHLD, dmg/2);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
//nothing
|
//nothing
|
||||||
|
|||||||
Reference in New Issue
Block a user