forked from External/mage
[MKM] Implement Detective's Satchel
This commit is contained in:
parent
bd0e9ef110
commit
8f4a920888
3 changed files with 49 additions and 0 deletions
|
|
@ -27,4 +27,9 @@ public enum SacrificedArtifactThisTurnCondition implements Condition {
|
|||
.stream()
|
||||
.anyMatch(permanent -> permanent.isArtifact(game));
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "you've sacrificed an artifact this turn";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue