mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
Professor Hojo - fixed miss ability type check (#13814)
Co-authored-by: thorsten <info@thorstenhacke.de>
This commit is contained in:
parent
0cee5127dc
commit
120e5e2047
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ class ProfessorHojoEffect extends CostModificationEffectImpl {
|
|||
|
||||
return game.isActivePlayer(source.getControllerId())
|
||||
&& abilityToModify.isControlledBy(source.getControllerId())
|
||||
&& abilityToModify.isActivatedAbility()
|
||||
&& !ProfessorHojoWatcher.checkPlayer(game, source)
|
||||
&& targets.stream()
|
||||
.map(game::getPermanent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue