mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Minor fixes.
This commit is contained in:
parent
3b27eabdd3
commit
e3ea80f96c
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ class GiselaBladeOfGoldnightDoubleDamageEffect extends ReplacementEffectImpl<Gis
|
|||
public GiselaBladeOfGoldnightDoubleDamageEffect() {
|
||||
super(Constants.Duration.WhileOnBattlefield, Constants.Outcome.Damage);
|
||||
staticText = "If a source would deal damage to an opponent or a permanent an opponent controls, that source deals double that damage to that player or permanent instead."
|
||||
+ "If a source would deal damage to you or a permanent you control, prevent half that damage, rounded up.";
|
||||
+ "If a source would deal damage to you or a permanent you control, prevent half that damage, rounded up";
|
||||
}
|
||||
|
||||
public GiselaBladeOfGoldnightDoubleDamageEffect(final GiselaBladeOfGoldnightDoubleDamageEffect effect) {
|
||||
|
|
|
@ -82,7 +82,7 @@ class ThoughtseizeEffect extends OneShotEffect<ThoughtseizeEffect> {
|
|||
|
||||
public ThoughtseizeEffect() {
|
||||
super(Constants.Outcome.Discard);
|
||||
staticText = "Target player reveals his or her hand. You choose a nonland card from it. That player discards that card.";
|
||||
staticText = "Target player reveals his or her hand. You choose a nonland card from it. That player discards that card";
|
||||
}
|
||||
|
||||
public ThoughtseizeEffect(final ThoughtseizeEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue