fix 705 for ra
This commit is contained in:
@@ -61,7 +61,7 @@ namespace OpenRA
|
|||||||
// For scripting special powers
|
// For scripting special powers
|
||||||
public Order()
|
public Order()
|
||||||
: this(null, null, null, int2.Zero, null, false, int2.Zero) { }
|
: this(null, null, null, int2.Zero, null, false, int2.Zero) { }
|
||||||
|
|
||||||
public Order(string orderString, Actor subject, bool queued)
|
public Order(string orderString, Actor subject, bool queued)
|
||||||
: this(orderString, subject, null, int2.Zero, null, queued, int2.Zero) { }
|
: this(orderString, subject, null, int2.Zero, null, queued, int2.Zero) { }
|
||||||
|
|
||||||
|
|||||||
@@ -40,6 +40,8 @@ SS:
|
|||||||
IronCurtainable:
|
IronCurtainable:
|
||||||
RepairableNear:
|
RepairableNear:
|
||||||
-DetectCloaked:
|
-DetectCloaked:
|
||||||
|
AttackMove:
|
||||||
|
JustMove: yes
|
||||||
|
|
||||||
MSUB:
|
MSUB:
|
||||||
Inherits: ^Ship
|
Inherits: ^Ship
|
||||||
@@ -82,6 +84,8 @@ MSUB:
|
|||||||
IronCurtainable:
|
IronCurtainable:
|
||||||
RepairableNear:
|
RepairableNear:
|
||||||
-DetectCloaked:
|
-DetectCloaked:
|
||||||
|
AttackMove:
|
||||||
|
JustMove: yes
|
||||||
|
|
||||||
DD:
|
DD:
|
||||||
Inherits: ^Ship
|
Inherits: ^Ship
|
||||||
|
|||||||
@@ -410,6 +410,8 @@ TRUK:
|
|||||||
RenderUnit:
|
RenderUnit:
|
||||||
SupplyTruck:
|
SupplyTruck:
|
||||||
Payload: 500
|
Payload: 500
|
||||||
|
AttackMove:
|
||||||
|
JustMove: yes
|
||||||
|
|
||||||
1TNK.Husk:
|
1TNK.Husk:
|
||||||
Inherits: ^Husk
|
Inherits: ^Husk
|
||||||
|
|||||||
Reference in New Issue
Block a user