mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Added test for Proliferate hint.
This commit is contained in:
parent
b1528de16a
commit
e3acfa4344
7 changed files with 12 additions and 9 deletions
|
|
@ -9,6 +9,7 @@ import mage.abilities.common.WerewolfBackTriggeredAbility;
|
|||
import mage.abilities.common.WerewolfFrontTriggeredAbility;
|
||||
import mage.abilities.effects.Effect;
|
||||
import mage.abilities.effects.common.FightTargetsEffect;
|
||||
import mage.abilities.effects.common.counter.ProliferateEffect;
|
||||
import mage.abilities.effects.keyword.ScryEffect;
|
||||
import mage.abilities.keyword.*;
|
||||
import mage.cards.*;
|
||||
|
|
@ -1422,6 +1423,7 @@ public class VerifyCardDataTest {
|
|||
hints.put(ScryEffect.class, "Look at the top card of your library. You may put that card on the bottom of your library");
|
||||
hints.put(EquipAbility.class, "Equip only as a sorcery.");
|
||||
hints.put(WardAbility.class, "becomes the target of a spell or ability an opponent controls");
|
||||
hints.put(ProliferateEffect.class, "Choose any number of permanents and/or players, then give each another counter of each kind already there.");
|
||||
|
||||
for (Class objectClass : hints.keySet()) {
|
||||
String objectHint = hints.get(objectClass);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue