mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
Fixed test
This commit is contained in:
parent
c2a636e2b2
commit
31fac18a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ public class YouControlYourOpponentsWhileSearchingReplacementEffect extends Repl
|
|||
|
||||
public YouControlYourOpponentsWhileSearchingReplacementEffect() {
|
||||
super(Duration.WhileOnBattlefield, Outcome.Benefit);
|
||||
staticText = "You control your opponents while they’re searching their libraries";
|
||||
staticText = "You control your opponents while they're searching their libraries";
|
||||
}
|
||||
|
||||
YouControlYourOpponentsWhileSearchingReplacementEffect(final YouControlYourOpponentsWhileSearchingReplacementEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue