Update bleed update rule folder and update path
The release is out now, so it's time for updating this.
This commit is contained in:
committed by
Oliver Brakmann
parent
5782dde1c7
commit
9a15df9dde
@@ -86,7 +86,7 @@ namespace OpenRA.Mods.Common.UpdateRules
|
||||
|
||||
new UpdatePath("release-20180923", "release-20181215", new UpdateRule[0]),
|
||||
|
||||
new UpdatePath("release-20181215", "playtest-20190106", new UpdateRule[]
|
||||
new UpdatePath("release-20181215", "release-20190314", new UpdateRule[]
|
||||
{
|
||||
new AddCarryableHarvester(),
|
||||
new RenameEditorTilesetFilter(),
|
||||
@@ -112,12 +112,12 @@ namespace OpenRA.Mods.Common.UpdateRules
|
||||
new RemoveAttackIgnoresVisibility(),
|
||||
new ReplacedWithChargeAnimation(),
|
||||
new RefactorResourceLevelAnimating(),
|
||||
new RemoveAttackSuicides(),
|
||||
}),
|
||||
|
||||
new UpdatePath("playtest-20190106", new UpdateRule[]
|
||||
new UpdatePath("release-20190314", new UpdateRule[]
|
||||
{
|
||||
// Bleed only changes here
|
||||
new RemoveAttackSuicides(),
|
||||
new MultipleDeploySounds(),
|
||||
new RemoveSimpleBeacon(),
|
||||
new MakeMobilePausableConditional(),
|
||||
|
||||
Reference in New Issue
Block a user