mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
This commit is contained in:
parent
4aa1e726c9
commit
2e44c5a02b
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class FreyalisesWindsReplacementEffect extends ReplacementEffectImpl {
|
|||
public boolean replaceEvent(GameEvent event, Ability source, Game game) {
|
||||
Permanent permanentUntapping = game.getPermanent(event.getTargetId());
|
||||
if (permanentUntapping != null) {
|
||||
permanentUntapping.removeCounters(CounterType.WIND.createInstance(), source, game);
|
||||
permanentUntapping.getCounters(game).removeAllCounters(CounterType.WIND);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue