Get a display string of the choices made for this character for the ability. The format may be either a, b or x3. @param abilityFacade The ability to be output. @return The comma separated list of choices.
(AbilityFacade abilityFacade)
| 251 | * @return The comma separated list of choices. |
| 252 | */ |
| 253 | public String getChoices(AbilityFacade abilityFacade); |
| 254 | |
| 255 | /** |
| 256 | * Retrieve the description of the targets to which the temporary bonus |
no outgoing calls