(final int n)
| 1129 | } |
| 1130 | |
| 1131 | public final CardCollectionView drawCards(final int n) { |
| 1132 | return drawCards(n, null, AbilityKey.newMap(), this.getZone(ZoneType.Hand)); |
| 1133 | } |
| 1134 | |
| 1135 | public final CardCollectionView drawCards(final int n, PlayerZone zone) { |
| 1136 | return drawCards(n, null, AbilityKey.newMap(), zone); |
no test coverage detected