Minor fixes.

This commit is contained in:
LevelX2 2013-01-20 22:54:44 +01:00
parent 3b27eabdd3
commit e3ea80f96c
2 changed files with 2 additions and 2 deletions

View file

@ -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) {

View file

@ -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) {