mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
* Minor fix.
This commit is contained in:
parent
44ac7282ef
commit
ad863ca1fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue