* Set health to 0 and set status dead - used when getting zombified. */
| 2354 | * Set health to 0 and set status dead - used when getting zombified. |
| 2355 | */ |
| 2356 | void BattleUnit::instaKill() |
| 2357 | { |
| 2358 | _health = 0; |
| 2359 | _status = STATUS_DEAD; |
| 2360 | } |
| 2361 | |
| 2362 | /** |
| 2363 | * Get sound to play when unit aggros. |
no outgoing calls
no test coverage detected