mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
* Apostle's Blessing - Fixed tooltip text.
This commit is contained in:
parent
3e9b4cfb7c
commit
6e2441cc42
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue