mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08: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…
Add table
Add a link
Reference in a new issue