mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
fixed Gideon's Triumph forcing sacrifice of any permanent
This commit is contained in:
parent
e2f5fc578d
commit
79b3428026
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ class GideonsTriumphEffect extends OneShotEffect {
|
||||||
private static final FilterPermanent filter2
|
private static final FilterPermanent filter2
|
||||||
= new FilterPermanent("creature that attacked or blocked this turn");
|
= new FilterPermanent("creature that attacked or blocked this turn");
|
||||||
|
|
||||||
|
static {
|
||||||
|
filter2.add(GideonsTriumphCondition.instance);
|
||||||
|
}
|
||||||
|
|
||||||
GideonsTriumphEffect() {
|
GideonsTriumphEffect() {
|
||||||
super(Outcome.Benefit);
|
super(Outcome.Benefit);
|
||||||
staticText = "Target opponent sacrifices a creature that attacked or blocked this turn. " +
|
staticText = "Target opponent sacrifices a creature that attacked or blocked this turn. " +
|
||||||
|
|
Loading…
Reference in a new issue