Merge branch 'master' into fix_hints_on_ward

# Conflicts:
#	Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java
This commit is contained in:
Alex Vasile 2022-05-12 09:24:22 -06:00
commit b8c9f8eaa8
206 changed files with 356 additions and 234 deletions

View file

@ -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()) {