Add four more update rules

This commit is contained in:
abcdefg30
2018-04-12 13:41:40 +02:00
committed by Paul Chote
parent 94ad93a301
commit 6c8a943dc9
6 changed files with 243 additions and 1 deletions

View File

@@ -44,7 +44,11 @@ namespace OpenRA.Mods.Common.UpdateRules
new RemovePlayerPaletteTileset(),
new RenameWithTurreted(),
new ScaleDefaultModHealth(),
new ScaleSupportPowerSecondsToTicks()
new ScaleSupportPowerSecondsToTicks(),
new ChangeBuildableArea(),
new ChangeCanPowerDown(),
new DropPauseAnimationWhenDisabled(),
new RemoveOutOfAmmo()
}),
new UpdatePath("release-20180218", "release-20180307", new UpdateRule[0]),