mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
small additional change to Rakshasa Vizier
This commit is contained in:
parent
d27765863d
commit
8485d70552
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ class RakshasaVizierTriggeredAbility extends TriggeredAbilityImpl {
|
|||
cardCount++;
|
||||
}
|
||||
}
|
||||
if (cardCount == 0) {
|
||||
return false;
|
||||
}
|
||||
this.getEffects().clear();
|
||||
this.getEffects().add(new AddCountersSourceEffect(CounterType.P1P1.createInstance(cardCount)));
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue