* Defend the Hearth - Fixed that also non combat damage to the player was prevented.

This commit is contained in:
LevelX2 2015-02-17 01:40:26 +01:00
parent d8e1a843c6
commit 665d51cd8c

View file

@ -44,7 +44,7 @@ import mage.players.Player;
public class PreventAllDamageToPlayersEffect extends PreventionEffectImpl {
public PreventAllDamageToPlayersEffect(Duration duration, boolean onlyCombat) {
super(duration);
super(duration, Integer.MAX_VALUE, onlyCombat);
staticText = setText();
}