()
| 7123 | castFrom = castFrom0; |
| 7124 | } |
| 7125 | public boolean wasCast() { |
| 7126 | if (hasMergedCard()) { |
| 7127 | boolean wasCast = false; |
| 7128 | for (Card c : getMergedCards()) { |
| 7129 | if (null != c.getCastFrom()) { |
| 7130 | wasCast = true; |
| 7131 | break; |
| 7132 | } |
| 7133 | } |
| 7134 | return wasCast; |
| 7135 | } |
| 7136 | return getCastFrom() != null; |
| 7137 | } |
| 7138 | |
| 7139 | public SpellAbility getCastSA() { |
| 7140 | return castSA; |
no test coverage detected