mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 19:59:54 -08:00
Fixed compile error
This commit is contained in:
parent
fe3cafc121
commit
b7615a2cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ class UrzaAcademyHeadmasterRandomEffect extends OneShotEffect {
|
||||||
break;
|
break;
|
||||||
case 4: // AJANI CALLER OF THE PRIDE 3
|
case 4: // AJANI CALLER OF THE PRIDE 3
|
||||||
sb.append("Create X 2/2 white Cat creature tokens, where X is your life total.");
|
sb.append("Create X 2/2 white Cat creature tokens, where X is your life total.");
|
||||||
effects.add(new CreateTokenEffect(new CatToken(), new ControllerLifeCount()));
|
effects.add(new CreateTokenEffect(new CatToken(), ControllerLifeCount.instance));
|
||||||
break;
|
break;
|
||||||
case 5: // AJANI MENTOR OF HEROES 3
|
case 5: // AJANI MENTOR OF HEROES 3
|
||||||
sb.append("You gain 100 life.");
|
sb.append("You gain 100 life.");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue