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:
parent
69189e5a59
commit
28e62abcce
1 changed files with 3 additions and 5 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue