* Gets the unit's special ability. * @return The unit's specab. */
| 208 | * @return The unit's specab. |
| 209 | */ |
| 210 | int Unit::getSpecialAbility() const |
| 211 | { |
| 212 | return (int)_specab; |
| 213 | } |
| 214 | |
| 215 | /** |
| 216 | * Gets the unit that is spawned when this one dies. |