Add ScaleSupportPowerSecondsToTicks

This commit is contained in:
reaperrr
2018-05-20 23:26:11 +02:00
committed by Paul Chote
parent ab2fe92dfb
commit 94ad93a301
3 changed files with 81 additions and 1 deletions

View File

@@ -43,7 +43,8 @@ namespace OpenRA.Mods.Common.UpdateRules
new DecoupleSelfReloading(),
new RemovePlayerPaletteTileset(),
new RenameWithTurreted(),
new ScaleDefaultModHealth()
new ScaleDefaultModHealth(),
new ScaleSupportPowerSecondsToTicks()
}),
new UpdatePath("release-20180218", "release-20180307", new UpdateRule[0]),