fixed Gideon's Triumph forcing sacrifice of any permanent

This commit is contained in:
Evan Kranzler 2019-04-08 08:39:32 -04:00
parent e2f5fc578d
commit 79b3428026

View file

@ -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. " +