mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08: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() {
|
||||
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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue