* Minor fix.

This commit is contained in:
LevelX2 2014-09-16 16:15:16 +02:00
parent 44ac7282ef
commit ad863ca1fa

View file

@ -102,7 +102,7 @@ class SarkhanTheDragonspeakerEffect extends ContinuousEffectImpl {
SarkhanTheDragonspeakerEffect() {
super(Duration.EndOfTurn, Outcome.BecomeCreature);
staticText = "Until end of turn, Sarkhan, the Dragonspeaker becomes a legendary 4/4 red Dragon creature with flying, indestructible, and haste.";
staticText = "Until end of turn, {this} becomes a legendary 4/4 red Dragon creature with flying, indestructible, and haste.";
}
SarkhanTheDragonspeakerEffect(final SarkhanTheDragonspeakerEffect effect) {