mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
adjust text gen
This commit is contained in:
parent
c75726e872
commit
09a05c6069
1 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,8 @@ class CastFromGraveyardOnceEffect extends AsThoughEffectImpl {
|
|||
CastFromGraveyardOnceEffect(FilterCard filter) {
|
||||
super(AsThoughEffectType.PLAY_FROM_NOT_OWN_HAND_ZONE, Duration.WhileOnBattlefield, Outcome.Benefit);
|
||||
this.filter = filter;
|
||||
this.staticText = "Once during each of your turns, you may cast " + filter.getMessage() + " from your graveyard";
|
||||
this.staticText = "Once during each of your turns, you may cast " + filter.getMessage()
|
||||
+ (filter.getMessage().contains("from your graveyard") ? "" : " from your graveyard");
|
||||
}
|
||||
|
||||
private CastFromGraveyardOnceEffect(final CastFromGraveyardOnceEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue