[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:
Jozsef Kerekes 2021-01-27 14:40:55 +02:00 committed by GitHub
parent e3db50f111
commit f1bb76b40d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 158 additions and 1 deletions

View file

@ -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);
}
}
}