mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fixed Sunbeam Spellbomb.
This commit is contained in:
@@ -14944,7 +14944,7 @@ public class CardFactory implements NewConstants {
|
||||
AllZone.GameAction.sacrifice(getSourceCard());
|
||||
}//resolve()
|
||||
};//SpellAbility
|
||||
ability.setStackDescription("You gain 5 life");
|
||||
ability.setDescription("W, Sacrifice Sunbeam Spellbomb: You gain 5 life.");
|
||||
ability.setStackDescription(card.getName() + " - " + card.getController() + " gains 5 life.");
|
||||
card.addSpellAbility(ability);
|
||||
} //*************** END ************ END **************************
|
||||
|
||||
Reference in New Issue
Block a user