From a12bb54dedc6cac23ed5b3f0d73083ff00e652f0 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Thu, 1 Nov 2018 05:58:10 +0100 Subject: [PATCH] Add overlooked entries to bleed update path Those were forgotten to be added in their respective PR. Not adding them at the bottom because a) RenameCrateActionNotification was merged later than them b) this might allow some open PRs to rebase without merge conflicts --- OpenRA.Mods.Common/UpdateRules/UpdatePath.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenRA.Mods.Common/UpdateRules/UpdatePath.cs b/OpenRA.Mods.Common/UpdateRules/UpdatePath.cs index dc2d9c2334..d598972074 100644 --- a/OpenRA.Mods.Common/UpdateRules/UpdatePath.cs +++ b/OpenRA.Mods.Common/UpdateRules/UpdatePath.cs @@ -95,6 +95,8 @@ namespace OpenRA.Mods.Common.UpdateRules new MergeCaptureTraits(), new RemovedNotifyBuildComplete(), new LowPowerSlowdownToModifier(), + new ChangeTakeOffSoundAndLandingSound(), + new RemoveHealthPercentageRing(), new RenameCrateActionNotification(), }) };