mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +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 {
|
||||
public IntimidateEffect() {
|
||||
super(Duration.WhileOnBattlefield);
|
||||
super(Duration.EndOfGame);
|
||||
}
|
||||
|
||||
public IntimidateEffect(final IntimidateEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue