mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 21:42:07 -08:00
[KHM] Implemented King Narfi's Betrayal (#7446)
* [KHM] Implemented King Narfi's Betrayal * [KHM] Corrected rules text for King Narfi's Betrayal * [KHM] Allow adventure cards to go on adventures when exiled with King Narfi's Betrayal * CanPlayCardControllerEffect - Fixed handling of Adventure/Split Cards * [KHM] King Narfi's Betrayal - Added null check and fixed rules text Co-authored-by: Daniel Bomar <dbdaniel42@gmail.com>
This commit is contained in:
parent
e3db50f111
commit
f1bb76b40d
3 changed files with 158 additions and 1 deletions
|
|
@ -67,4 +67,4 @@ public class CanPlayCardControllerEffect extends AsThoughEffectImpl {
|
|||
UUID objectIdToCast = CardUtil.getMainCardId(game, sourceId); // affected to all card's parts
|
||||
return mor.refersTo(objectIdToCast, game) && source.isControlledBy(affectedControllerId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue