()
| 1125 | } |
| 1126 | |
| 1127 | public final CardCollectionView drawCard() { |
| 1128 | return drawCards(1); |
| 1129 | } |
| 1130 | |
| 1131 | public final CardCollectionView drawCards(final int n) { |
| 1132 | return drawCards(n, null, AbilityKey.newMap(), this.getZone(ZoneType.Hand)); |
no test coverage detected