forked from External/mage
[SOI] Fixed some cards.
This commit is contained in:
parent
4e94de6ac5
commit
04c8351712
9 changed files with 322 additions and 23 deletions
|
|
@ -61,4 +61,10 @@ public class DeliriumCondition implements Condition {
|
|||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "if there are four or more card types among cards in your graveyard";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue