mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
[MH2] Implemented Gilt-Blade Prowler
This commit is contained in:
parent
acb8070d6b
commit
d3be492f8c
3 changed files with 58 additions and 0 deletions
|
|
@ -15,4 +15,9 @@ public enum ControllerDiscardedThisTurnCondition implements Condition {
|
|||
public boolean apply(Game game, Ability source) {
|
||||
return DiscardedCardWatcher.checkPlayerDiscarded(source.getControllerId(), game);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "you've discarded a card this turn";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue