Get the description of the Special Ability @return the description of the Special Ability
()
| 73 | * @return the description of the Special Ability |
| 74 | */ |
| 75 | public String getSADesc() |
| 76 | { |
| 77 | return getPropDesc(); |
| 78 | } |
| 79 | |
| 80 | @Override |
| 81 | public int compareTo(final Object obj) |