fix bitrot in cnc and ra
This commit is contained in:
@@ -18,7 +18,7 @@ namespace OpenRA.Mods.RA
|
||||
class TransformsInfo : ITraitInfo
|
||||
{
|
||||
[ActorReference]
|
||||
public readonly string IntoActor;
|
||||
public readonly string IntoActor = null;
|
||||
public readonly int2 Offset = int2.Zero;
|
||||
public readonly int Facing = 96;
|
||||
public readonly string[] TransformSounds = {};
|
||||
|
||||
@@ -502,7 +502,6 @@ C17:
|
||||
Health:
|
||||
HP: 25
|
||||
Armor: light
|
||||
Plane:
|
||||
RenderUnit:
|
||||
WithShadow:
|
||||
Cargo:
|
||||
@@ -521,7 +520,6 @@ A10:
|
||||
Health:
|
||||
HP: 60
|
||||
Armor: light
|
||||
Plane:
|
||||
RenderUnit:
|
||||
WithShadow:
|
||||
LimitedAmmo:
|
||||
|
||||
@@ -257,7 +257,7 @@ SHOK:
|
||||
Bounds: 12,17,0,-9
|
||||
Health:
|
||||
HP: 80
|
||||
Unit:
|
||||
Mobile:
|
||||
Speed: 3
|
||||
RevealsShroud:
|
||||
Range: 4
|
||||
|
||||
@@ -807,7 +807,7 @@ TTNK:
|
||||
Health:
|
||||
HP: 110
|
||||
Armor: light
|
||||
Unit:
|
||||
Mobile:
|
||||
Speed: 8
|
||||
RevealsShroud:
|
||||
Range: 7
|
||||
|
||||
Reference in New Issue
Block a user