| 2491 | this->getID() == UnitTypes::Special_Protoss_Flag_Beacon; |
| 2492 | } |
| 2493 | bool UnitType::isSpecialBuilding() const |
| 2494 | { |
| 2495 | return this->isBuilding() && this->whatBuilds().second == 0 && this->getID() != UnitTypes::Zerg_Infested_Command_Center; |
| 2496 | } |
| 2497 | bool UnitType::isSpell() const |
| 2498 | { |
| 2499 | return this->getID() == UnitTypes::Spell_Dark_Swarm || |