mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Defend the Hearth - Fixed that also non combat damage to the player was prevented.
This commit is contained in:
parent
d8e1a843c6
commit
665d51cd8c
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue