[CLB] Implemented Sivriss, Nightmare Speaker

This commit is contained in:
Evan Kranzler 2022-06-02 21:02:19 -04:00
parent 5164779685
commit 72d7b8794e
3 changed files with 97 additions and 1 deletions

View file

@ -23,7 +23,7 @@ public class ChooseABackgroundAbility extends StaticAbility implements MageSingl
}
private ChooseABackgroundAbility() {
super(Zone.ALL, new InfoEffect("choose a background <i>(You can have a Background as a second commander.)</i>"));
super(Zone.ALL, new InfoEffect("choose a Background <i>(You can have a Background as a second commander.)</i>"));
}
@Override