tests: added additional check for Karn Liberated (related to #11081)

This commit is contained in:
Oleg Agafonov 2023-11-06 12:11:59 +04:00
parent dfbd6627e5
commit 089ff267a7
3 changed files with 26 additions and 5 deletions

View file

@ -5,7 +5,7 @@ package mage.constants;
* Cards that reference "your commander" instead reference "your Oathbreaker."
* <p>
* So in card rules text contains "commander" then you must use COMMANDER_OR_OATHBREAKER.
* If you card must look to command zone (e.g. target any card) then you must use ANY
* If your card must look to command zone (e.g. target any card) then you must use ANY
*
* @author JayDi85
*/