1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-10 09:11:04 -09:00

- outcome fix for Condemn.

This commit is contained in:
Jeff Wadsworth 2022-04-04 17:21:30 -05:00
parent 69189e5a59
commit 28e62abcce

View file

@ -1,5 +1,3 @@
package mage.cards.c;
import java.util.UUID;
@ -46,7 +44,7 @@ public final class Condemn extends CardImpl {
class CondemnEffect extends OneShotEffect {
public CondemnEffect() {
super(Outcome.GainLife);
super(Outcome.Detriment);
staticText = "Its controller gains life equal to its toughness";
}