mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Update CabalInquisitor.java
This commit is contained in:
parent
7686ffd20e
commit
c130153c6f
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ public class CabalInquisitor extends CardImpl<CabalInquisitor> {
|
|||
class ActivateAsSorceryConditionalActivatedAbility extends ActivatedAbilityImpl<ActivateAsSorceryConditionalActivatedAbility> {
|
||||
|
||||
private Condition condition;
|
||||
private String ruleText = "";
|
||||
private String ruleText = "Threshold - {1}{B}, {tap}, Exile two cards from your graveyard: Target player discards a card. Activate this ability only any time you could cast a sorcery, and only if seven or more cards are in your graveyard.";
|
||||
|
||||
private static final Effects emptyEffects = new Effects();
|
||||
|
||||
|
|
Loading…
Reference in a new issue