forked from External/mage
[DFT] various text fixes
This commit is contained in:
parent
06f24515cc
commit
bc120a34c7
29 changed files with 39 additions and 32 deletions
|
|
@ -35,7 +35,7 @@ class MayCastFromGraveyardEffect extends AsThoughEffectImpl {
|
|||
|
||||
MayCastFromGraveyardEffect() {
|
||||
super(AsThoughEffectType.CAST_FROM_NOT_OWN_HAND_ZONE, Duration.EndOfGame, Outcome.PutCreatureInPlay);
|
||||
staticText = "you may cast {this} from your graveyard";
|
||||
staticText = "you may cast this card from your graveyard";
|
||||
}
|
||||
|
||||
private MayCastFromGraveyardEffect(final MayCastFromGraveyardEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue