mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08: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
|
||||
= new FilterPermanent("creature that attacked or blocked this turn");
|
||||
|
||||
static {
|
||||
filter2.add(GideonsTriumphCondition.instance);
|
||||
}
|
||||
|
||||
GideonsTriumphEffect() {
|
||||
super(Outcome.Benefit);
|
||||
staticText = "Target opponent sacrifices a creature that attacked or blocked this turn. " +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue