Fixed missing rules text on Soldevi Sentry (fixes #7939)

This commit is contained in:
Daniel Bomar 2021-06-26 08:48:39 -05:00
parent fa32515fd6
commit 58c447f929
No known key found for this signature in database
GPG key ID: C86C8658F4023918

View file

@ -47,6 +47,11 @@ public final class SoldeviSentry extends CardImpl {
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
public boolean apply(Game game, Ability source) {
//20110204 - 701.11