mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Fixed Keranos
This commit is contained in:
@@ -1298,7 +1298,8 @@ public class Player extends GameEntity implements Comparable<Player> {
|
||||
boolean reveal = false;
|
||||
final List<Card> cards = this.getCardsIn(ZoneType.Battlefield);
|
||||
for (final Card card : cards) {
|
||||
if (card.hasKeyword("Reveal the first card you draw each turn")) {
|
||||
if (card.hasKeyword("Reveal the first card you draw each turn")
|
||||
|| (card.hasKeyword("Reveal the first card you draw on each of your turns") && game.getPhaseHandler().isPlayerTurn(this))) {
|
||||
reveal = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user