Implementation of Burnt Offering

This commit is contained in:
Topher 2017-05-12 20:46:48 -07:00
parent 1038a4d4a5
commit ea90e7c1e3

View file

@ -77,8 +77,8 @@ class BurntOfferingEffect extends OneShotEffect {
public BurntOfferingEffect() {
super(Outcome.PutManaInPool);
this.staticText = "Add X mana in any combination of {R} and/or {B} to your mana pool,"
+ " where X is the sacrificed creature's casting cost";
this.staticText = "Add X mana in any combination of {B} and/or {R} to your mana pool,"
+ " where X is the sacrificed creature's converted mana cost";
}
public BurntOfferingEffect(final BurntOfferingEffect effect) {