mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
Changed duration of Intimidate to EndOfGame (like Flying and Shadow) instead of WhileOnBattlefield.
This commit is contained in:
parent
3bbbd4c02b
commit
a42318070e
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class IntimidateAbility extends EvasionAbility implements MageSingleton
|
||||||
|
|
||||||
class IntimidateEffect extends RestrictionEffect implements MageSingleton {
|
class IntimidateEffect extends RestrictionEffect implements MageSingleton {
|
||||||
public IntimidateEffect() {
|
public IntimidateEffect() {
|
||||||
super(Duration.WhileOnBattlefield);
|
super(Duration.EndOfGame);
|
||||||
}
|
}
|
||||||
|
|
||||||
public IntimidateEffect(final IntimidateEffect effect) {
|
public IntimidateEffect(final IntimidateEffect effect) {
|
||||||
|
|
Loading…
Reference in a new issue