Add missing update rules to bleed update path
I forgot to add these in their respective PR.
This commit is contained in:
@@ -40,6 +40,7 @@ namespace OpenRA.Mods.Common.UpdateRules
|
||||
{
|
||||
// Bleed only changes here
|
||||
new RemoveTerrainTypeIsWaterFlag(),
|
||||
new DefineSquadExcludeHarvester(),
|
||||
new RemoveWeaponScanRadius(),
|
||||
new SplitTurretAimAnimation(),
|
||||
new DefineSoundDefaults(),
|
||||
@@ -47,7 +48,8 @@ namespace OpenRA.Mods.Common.UpdateRules
|
||||
new RemoveWithReloadingSpriteTurret(),
|
||||
new IgnoreAbstractActors(),
|
||||
new AddEditorPlayer(),
|
||||
new RemovePaletteFromCurrentTileset()
|
||||
new RemovePaletteFromCurrentTileset(),
|
||||
new DefineLocomotors()
|
||||
})
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user