* Apostle's Blessing - Fixed tooltip text.

This commit is contained in:
LevelX2 2015-06-14 14:52:22 +02:00
parent 3e9b4cfb7c
commit 6e2441cc42

View file

@ -87,7 +87,7 @@ class ApostlesBlessingEffect extends OneShotEffect {
public ApostlesBlessingEffect() {
super(Outcome.AddAbility);
this.staticText = "Target artifact or creature gains protection from artifacts or from the color of your choice until end of turn";
this.staticText = "Target artifact or creature you control gains protection from artifacts or from the color of your choice until end of turn";
}
public ApostlesBlessingEffect(final ApostlesBlessingEffect effect) {