()
| 1356 | return topLibsCast.get(P); |
| 1357 | } |
| 1358 | public void setTopLibsCast() { |
| 1359 | for (Player p : getPlayers()) { |
| 1360 | topLibsCast.put(p, p.getTopXCardsFromLibrary(1).isEmpty() ? null : p.getTopXCardsFromLibrary(1).get(0)); |
| 1361 | } |
| 1362 | } |
| 1363 | public void clearTopLibsCast(SpellAbility sa) { |
| 1364 | // if nothing left to pay |
| 1365 | if (sa.getActivatingPlayer().getPaidForSA() == null) { |
no test coverage detected