--------------------------------------------- IS BEING HEALED --------------------------------------------
| 395 | } |
| 396 | //--------------------------------------------- IS BEING HEALED -------------------------------------------- |
| 397 | bool UnitImpl::isBeingHealed() const |
| 398 | { |
| 399 | return getType().getRace() == Races::Terran && |
| 400 | self->isCompleted && |
| 401 | self->hitPoints > self->lastHitPoints; |
| 402 | } |
| 403 | //--------------------------------------------- IS BLIND --------------------------------------------------- |
| 404 | bool UnitImpl::isBlind() const |
| 405 | { |