mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Merge branch 'master' into fix_hints_on_ward
# Conflicts: # Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java
This commit is contained in:
commit
b8c9f8eaa8
206 changed files with 356 additions and 234 deletions
|
|
@ -1420,6 +1420,7 @@ public class VerifyCardDataTest {
|
|||
hints.put(FightTargetsEffect.class, "Each deals damage equal to its power to the other");
|
||||
hints.put(MenaceAbility.class, "can't be blocked except by two or more");
|
||||
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");
|
||||
|
||||
for (Class objectClass : hints.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue