[CLB] Implemented Wilson, Refined Grizzly

This commit is contained in:
Evan Kranzler 2022-05-17 22:13:29 -04:00
parent c4196635f9
commit 31288f8717
3 changed files with 62 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"));
super(Zone.ALL, new InfoEffect("choose a background <i>(You can have a Background as a second commander.)</i>"));
}
@Override