()
| 2082 | } |
| 2083 | |
| 2084 | public final boolean isInGame() { |
| 2085 | return getOutcome() == null; |
| 2086 | } |
| 2087 | |
| 2088 | public final boolean hasMetalcraft() { |
| 2089 | return CardLists.count(getCardsIn(ZoneType.Battlefield), CardPredicates.ARTIFACTS) >= 3; |
no test coverage detected