Add an update rules for the ShakeOnDeath fix

This commit is contained in:
abcdefg30
2018-05-03 16:35:53 +02:00
committed by reaperrr
parent e7b060c1be
commit b89e6211b2
3 changed files with 46 additions and 0 deletions

View File

@@ -578,6 +578,7 @@
<Compile Include="Traits\World\WeatherOverlay.cs" />
<Compile Include="Traits\World\ActorSpawnManager.cs" />
<Compile Include="Traits\ActorSpawner.cs" />
<Compile Include="UpdateRules\Rules\ChangeIntensityToDuration.cs" />
<Compile Include="UpdateRules\Rules\IgnoreAbstractActors.cs" />
<Compile Include="UtilityCommands\CheckYaml.cs" />
<Compile Include="UtilityCommands\ConvertPngToShpCommand.cs" />