mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32: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() {
|
public YouControlYourOpponentsWhileSearchingReplacementEffect() {
|
||||||
super(Duration.WhileOnBattlefield, Outcome.Benefit);
|
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) {
|
YouControlYourOpponentsWhileSearchingReplacementEffect(final YouControlYourOpponentsWhileSearchingReplacementEffect effect) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue