mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Implementation of Burnt Offering
This commit is contained in:
parent
1038a4d4a5
commit
ea90e7c1e3
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ class BurntOfferingEffect extends OneShotEffect {
|
||||||
|
|
||||||
public BurntOfferingEffect() {
|
public BurntOfferingEffect() {
|
||||||
super(Outcome.PutManaInPool);
|
super(Outcome.PutManaInPool);
|
||||||
this.staticText = "Add X mana in any combination of {R} and/or {B} to your mana pool,"
|
this.staticText = "Add X mana in any combination of {B} and/or {R} to your mana pool,"
|
||||||
+ " where X is the sacrificed creature's casting cost";
|
+ " where X is the sacrificed creature's converted mana cost";
|
||||||
}
|
}
|
||||||
|
|
||||||
public BurntOfferingEffect(final BurntOfferingEffect effect) {
|
public BurntOfferingEffect(final BurntOfferingEffect effect) {
|
||||||
|
|
Loading…
Reference in a new issue