mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Fixed missing rules text on Soldevi Sentry (fixes #7939)
This commit is contained in:
parent
fa32515fd6
commit
58c447f929
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@ public final class SoldeviSentry extends CardImpl {
|
||||||
|
|
||||||
class SoldeviSentryEffect extends RegenerateSourceEffect {
|
class SoldeviSentryEffect extends RegenerateSourceEffect {
|
||||||
|
|
||||||
|
public SoldeviSentryEffect() {
|
||||||
|
super();
|
||||||
|
this.staticText = "Choose target opponent. Regenerate {this}. When it regenerates this way, that player may draw a card";
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean apply(Game game, Ability source) {
|
public boolean apply(Game game, Ability source) {
|
||||||
//20110204 - 701.11
|
//20110204 - 701.11
|
||||||
|
|
Loading…
Reference in a new issue