* Changes the unit's special ability. * @param specab special ability. */
| 2264 | * @param specab special ability. |
| 2265 | */ |
| 2266 | void BattleUnit::setSpecialAbility(SpecialAbility specab) |
| 2267 | { |
| 2268 | _specab = specab; |
| 2269 | } |
| 2270 | |
| 2271 | /** |
| 2272 | * Get the unit that is spawned when this one dies. |
no outgoing calls
no test coverage detected