Fix bot module plumbing
Fixes the issues pointed out after the original harvester module was merged. Also merges the update rules as discussed on IRC.
This commit is contained in:
@@ -123,7 +123,6 @@
|
||||
<Compile Include="AI\AIUtils.cs" />
|
||||
<Compile Include="AI\AttackOrFleeFuzzy.cs" />
|
||||
<Compile Include="AI\BaseBuilder.cs" />
|
||||
<Compile Include="AI\BotOrderManager.cs" />
|
||||
<Compile Include="AI\HackyAI.cs" />
|
||||
<Compile Include="Traits\BotModules\HarvesterBotModule.cs" />
|
||||
<Compile Include="AI\AISupportPowerManager.cs" />
|
||||
@@ -942,8 +941,7 @@
|
||||
<Compile Include="UpdateRules\Rules\20180923\RemoveRepairBuildingsFromAircraft.cs" />
|
||||
<Compile Include="UpdateRules\Rules\20180923\AddRearmable.cs" />
|
||||
<Compile Include="UpdateRules\Rules\20180923\MergeAttackPlaneAndHeli.cs" />
|
||||
<Compile Include="UpdateRules\Rules\20180923\AddBotOrderManager.cs" />
|
||||
<Compile Include="UpdateRules\Rules\20180923\AddHarvesterBotModule.cs" />
|
||||
<Compile Include="UpdateRules\Rules\20180923\ExtractHackyAIModules.cs" />
|
||||
<Compile Include="Traits\Player\PlayerResources.cs" />
|
||||
<Compile Include="UtilityCommands\DumpSequenceSheetsCommand.cs" />
|
||||
<Compile Include="Traits\Render\WithBuildingRepairDecoration.cs" />
|
||||
|
||||
Reference in New Issue
Block a user