mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 02:52:02 -08:00
Check LKI instead of only battlefield for Harmonic Prodigy
This commit is contained in:
parent
8d6ba84556
commit
634570ac39
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class HarmonicProdigyEffect extends ReplacementEffectImpl {
|
|||
if (!(event instanceof NumberOfTriggersEvent)) {
|
||||
return false;
|
||||
}
|
||||
Permanent permanent = game.getPermanent(((NumberOfTriggersEvent) event).getSourceId());
|
||||
Permanent permanent = game.getPermanentOrLKIBattlefield(((NumberOfTriggersEvent) event).getSourceId());
|
||||
return permanent != null
|
||||
&& permanent.isControlledBy(source.getControllerId())
|
||||
&& (permanent.hasSubtype(SubType.SHAMAN, game)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue