forked from External/mage
[DSK] Implement Hauntwoods Shrieker, added support to reveal face down permanents (#13277)
* [DSK] Implement Hauntwoods Shrieker. * Change RevealedView and PlayerImpl.revealCards to reveal face-down permanents. * Fix #13273 using the new RevealCards capability.
This commit is contained in:
parent
89be55c816
commit
145bda842b
7 changed files with 123 additions and 10 deletions
|
|
@ -628,6 +628,7 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
* <p>
|
||||
* Warning, if you use it from continuous effect, then check with extra call
|
||||
* isCanLookAtNextTopLibraryCard
|
||||
* If you use revealCards with face-down permanents, they will be revealed face up.
|
||||
*
|
||||
* @param source
|
||||
* @param name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue