another big one - added Necrotic Ooze + refactored card names

This commit is contained in:
BetaSteward 2011-07-22 08:57:09 -04:00
parent 84b9cbb16b
commit 8f24862844
96 changed files with 232 additions and 103 deletions

View file

@ -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) {