mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
spjspj - Tooltip text for Reconnaissance (EXO)
This commit is contained in:
parent
f431f75907
commit
3e7479317c
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class ReconnaissanceRemoveFromCombatEffect extends OneShotEffect {
|
|||
|
||||
public ReconnaissanceRemoveFromCombatEffect() {
|
||||
super(Outcome.Benefit);
|
||||
this.staticText = "Remove target attacking creature from combat and untap it";
|
||||
this.staticText = "Remove target attacking creature you control from combat and untap it";
|
||||
}
|
||||
|
||||
public ReconnaissanceRemoveFromCombatEffect(final ReconnaissanceRemoveFromCombatEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue