mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Allow Vanguard types to take advantage of the Play with the top card of your library revealed
- Add Vampire Nocturnus Avatar
This commit is contained in:
@@ -341,7 +341,7 @@ public class CardDetailPanel extends FPanel {
|
||||
if ((card.hasKeyword("Play with the top card of your library revealed.") || card
|
||||
.hasKeyword("Players play with the top card of their libraries revealed."))
|
||||
&& (card.getController() != null)
|
||||
&& card.isInZone(ZoneType.Battlefield)
|
||||
&& (card.isInZone(ZoneType.Battlefield) || (card.isType("Vanguard") && card.isInZone(ZoneType.Command)))
|
||||
&& !card.getController().getZone(ZoneType.Library).isEmpty()) {
|
||||
area.append("\r\nTop card of your library: ");
|
||||
area.append(card.getController().getCardsIn(ZoneType.Library, 1));
|
||||
|
||||
Reference in New Issue
Block a user