diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Combo.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Combo.java index 08e131738..f3e6a5afa 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Combo.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Combo.java @@ -253,7 +253,7 @@ public class Combo extends Buff implements ActionIndicator.Action { } break; case SLAM: - target.SHLD += dmg/2; + target.SHLD = Math.max( target.SHLD, dmg/2); break; default: //nothing