mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
* Academy Elite - Fixed that it did not get the +1/+1 counters when entering the battlefield.
This commit is contained in:
parent
b0e8b03b74
commit
eaa7b6a71c
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ class AcademyEliteEffect1 extends OneShotEffect {
|
|||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
Permanent permanent = game.getPermanent(source.getSourceId());
|
||||
Permanent permanent = game.getPermanentEntering(source.getSourceId());
|
||||
if (permanent != null) {
|
||||
SpellAbility spellAbility = (SpellAbility) getValue(EntersBattlefieldEffect.SOURCE_CAST_SPELL_ABILITY);
|
||||
if (spellAbility != null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue