mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00: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…
Reference in a new issue