mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Rename functionality.
This commit is contained in:
parent
1e8cdd0ce1
commit
98d135df45
1 changed files with 2 additions and 2 deletions
|
@ -142,8 +142,8 @@ class PrecognitionFieldTopCardCastEffect extends AsThoughEffectImpl {
|
|||
Player controller = game.getPlayer(affectedControllerId);
|
||||
if (controller != null) {
|
||||
Card topCard = controller.getLibrary().getFromTop(game);
|
||||
MageObject vizierOfTheMenagerie = game.getObject(source.getSourceId());
|
||||
if (vizierOfTheMenagerie != null
|
||||
MageObject precognitionField = game.getObject(source.getSourceId());
|
||||
if (precognitionField != null
|
||||
&& topCard != null) {
|
||||
return topCard == card
|
||||
&& (topCard.isInstant() || topCard.isSorcery())
|
||||
|
|
Loading…
Reference in a new issue