mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
Update to ungendered wording
This commit is contained in:
parent
d9c7daaf52
commit
1a9ee7b0b9
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ public final class Prophecy extends CardImpl {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{W}");
|
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{W}");
|
||||||
|
|
||||||
|
|
||||||
// Reveal the top card of target opponent's library. If it's a land, you gain 1 life. Then that player shuffles his or her library.
|
// Reveal the top card of target opponent's library. If it's a land, you gain 1 life. Then that player shuffles their library.
|
||||||
this.getSpellAbility().addEffect(new ProphecyEffect());
|
this.getSpellAbility().addEffect(new ProphecyEffect());
|
||||||
this.getSpellAbility().addTarget(new TargetOpponent());
|
this.getSpellAbility().addTarget(new TargetOpponent());
|
||||||
|
|
||||||
|
|
@ -51,7 +51,7 @@ class ProphecyEffect extends OneShotEffect {
|
||||||
|
|
||||||
public ProphecyEffect() {
|
public ProphecyEffect() {
|
||||||
super(Outcome.GainLife);
|
super(Outcome.GainLife);
|
||||||
this.staticText = "Reveal the top card of target opponent's library. If it's a land, you gain 1 life. Then that player shuffles his or her library";
|
this.staticText = "Reveal the top card of target opponent's library. If it's a land, you gain 1 life. Then that player shuffles their library";
|
||||||
}
|
}
|
||||||
|
|
||||||
public ProphecyEffect(final ProphecyEffect effect) {
|
public ProphecyEffect(final ProphecyEffect effect) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue