if (strstr(className, XorChar("ShootingObject"))) { //if (pEnt->GetEntityId() == 3980 || pEnt->GetEntityId() == 3910) {
if (strstr(entityName, XorChar("Boss_Eye")) || strstr(EntityName, XorChar("Boss_Dron_Body"))) {
//глаз и силовое поле босса с Фьорда
return true;
}
}