|
@@ -63,7 +63,7 @@ Goals::TGoalVec BuildingBehavior::decompose(const Nullkiller * ai) const
|
|
|
{
|
|
|
if (closestThreat <= 1 && developmentInfo.town->fortLevel() < CGTownInstance::EFortLevel::CASTLE && !buildingInfo.notEnoughRes)
|
|
|
{
|
|
|
- if (buildingInfo.id == BuildingID::FORT || buildingInfo.id == BuildingID::CITADEL || buildingInfo.id == BuildingID::CASTLE)
|
|
|
+ if (buildingInfo.id == BuildingID::CITADEL || buildingInfo.id == BuildingID::CASTLE)
|
|
|
{
|
|
|
tasks.push_back(sptr(BuildThis(buildingInfo, developmentInfo)));
|
|
|
emergencyDefense = true;
|