diff --git a/OpenRA.Game/Network/Order.cs b/OpenRA.Game/Network/Order.cs index 3c058e9579..b44b03c31c 100755 --- a/OpenRA.Game/Network/Order.cs +++ b/OpenRA.Game/Network/Order.cs @@ -61,7 +61,7 @@ namespace OpenRA // For scripting special powers public Order() : this(null, null, null, int2.Zero, null, false, int2.Zero) { } - + public Order(string orderString, Actor subject, bool queued) : this(orderString, subject, null, int2.Zero, null, queued, int2.Zero) { } diff --git a/mods/ra/rules/ships.yaml b/mods/ra/rules/ships.yaml index d0d0da522e..32cf279462 100644 --- a/mods/ra/rules/ships.yaml +++ b/mods/ra/rules/ships.yaml @@ -40,6 +40,8 @@ SS: IronCurtainable: RepairableNear: -DetectCloaked: + AttackMove: + JustMove: yes MSUB: Inherits: ^Ship @@ -82,6 +84,8 @@ MSUB: IronCurtainable: RepairableNear: -DetectCloaked: + AttackMove: + JustMove: yes DD: Inherits: ^Ship diff --git a/mods/ra/rules/vehicles.yaml b/mods/ra/rules/vehicles.yaml index 87c75c4386..87da3b489a 100644 --- a/mods/ra/rules/vehicles.yaml +++ b/mods/ra/rules/vehicles.yaml @@ -410,6 +410,8 @@ TRUK: RenderUnit: SupplyTruck: Payload: 500 + AttackMove: + JustMove: yes 1TNK.Husk: Inherits: ^Husk