Update the update paths for release-20200202

This commit is contained in:
abcdefg30
2020-02-17 11:23:55 +01:00
committed by Paul Chote
parent 09a019f9c6
commit f73d23661f
11 changed files with 6 additions and 2 deletions

View File

@@ -85,14 +85,18 @@ namespace OpenRA.Mods.Common.UpdateRules
new RemoveMoveIntoWorldFromExit(),
}),
new UpdatePath("release-20191117", new UpdateRule[]
new UpdatePath("release-20191117", "release-20200202", new UpdateRule[]
{
new ReplaceAttackTypeStrafe()
}),
new UpdatePath("release-20200202", new UpdateRule[]
{
// Bleed only changes here
new RemoveYesNo(),
new RemoveInitialFacingHardcoding(),
new RemoveAirdropActorTypeDefault(),
new RenameProneTime(),
new ReplaceAttackTypeStrafe(),
new RemoveWithPermanentInjury(),
new AddResourceRenderer(),
new ReformatChromeProvider(),