Make crates collectable; make cnc walls targetable.
This commit is contained in:
@@ -51,6 +51,8 @@ namespace OpenRA.Mods.RA
|
||||
this.self = init.self;
|
||||
this.Location = init.location;
|
||||
this.Info = info;
|
||||
|
||||
self.World.WorldActor.traits.Get<UnitInfluence>().Add(self, this);
|
||||
}
|
||||
|
||||
public void OnCrush(Actor crusher)
|
||||
|
||||
@@ -153,6 +153,8 @@
|
||||
DamagedSound: xplos.aud
|
||||
DestroyedSound: xplobig4.aud
|
||||
Adjacent: 7
|
||||
Targetable:
|
||||
TargetTypes: Ground
|
||||
Wall:
|
||||
CrushClasses: wall
|
||||
LineBuild:
|
||||
|
||||
Reference in New Issue
Block a user