()
| 2807 | |
| 2808 | // get the text of the abilities of a card |
| 2809 | public String getAbilityText() { |
| 2810 | return getAbilityText(currentState); |
| 2811 | } |
| 2812 | public String getAbilityText(final CardState state) { |
| 2813 | final String linebreak = "\r\n\r\n"; |
| 2814 | boolean useGrayTag = true; |
no test coverage detected