forked from External/mage
another big one - added Necrotic Ooze + refactored card names
This commit is contained in:
parent
84b9cbb16b
commit
8f24862844
96 changed files with 232 additions and 103 deletions
|
|
@ -72,7 +72,7 @@ class FlingEffect extends OneShotEffect<FlingEffect> {
|
|||
|
||||
public FlingEffect() {
|
||||
super(Outcome.Damage);
|
||||
staticText = "Fling deals damage equal to the sacrificed creature's power to target creature or player";
|
||||
staticText = "{this} deals damage equal to the sacrificed creature's power to target creature or player";
|
||||
}
|
||||
|
||||
public FlingEffect(final FlingEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue