Add an update rule adding ShakeOnDeath to bridges

This commit is contained in:
abcdefg30
2018-05-03 17:45:55 +02:00
committed by reaperrr
parent 917fd2103f
commit c6fee041b1
3 changed files with 49 additions and 0 deletions

View File

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