[SOI] Fixed some cards.

This commit is contained in:
LevelX2 2016-03-26 02:17:14 +01:00
parent 4e94de6ac5
commit 04c8351712
9 changed files with 322 additions and 23 deletions

View file

@ -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";
}
}