Merge pull request #11520 from reaperrr/IdleWander

Make civilians wander around when idle
This commit is contained in:
Oliver Brakmann
2016-07-04 11:50:35 +02:00
committed by GitHub
10 changed files with 38 additions and 13 deletions

View File

@@ -273,7 +273,7 @@
<Compile Include="Traits\Attack\AttackOmni.cs" />
<Compile Include="Traits\Attack\AttackSuicides.cs" />
<Compile Include="Traits\Attack\AttackTurreted.cs" />
<Compile Include="Traits\Attack\AttackWander.cs" />
<Compile Include="Traits\AttackWander.cs" />
<Compile Include="Traits\AutoTarget.cs" />
<Compile Include="Traits\BlocksProjectiles.cs" />
<Compile Include="Traits\Buildable.cs" />