Add ScaleDefaultHealth and subclass update rules

This commit is contained in:
abcdefg30
2018-03-30 17:38:08 +02:00
committed by Paul Chote
parent af1a2429b1
commit ab2fe92dfb
6 changed files with 198 additions and 1 deletions

View File

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