Fix Parachutable GroundImpactSound.
squishy2.aud only exists in ts.
This commit is contained in:
@@ -20,7 +20,7 @@ namespace OpenRA.Mods.RA
|
|||||||
[Desc("If we land on invalid terrain for my actor type should we be killed?")]
|
[Desc("If we land on invalid terrain for my actor type should we be killed?")]
|
||||||
public readonly bool KilledOnImpassableTerrain = true;
|
public readonly bool KilledOnImpassableTerrain = true;
|
||||||
|
|
||||||
public readonly string GroundImpactSound = "squishy2.aud";
|
public readonly string GroundImpactSound = "squish2.aud";
|
||||||
public readonly string GroundCorpseSequence = "corpse";
|
public readonly string GroundCorpseSequence = "corpse";
|
||||||
public readonly string GroundCorpsePalette = "effect";
|
public readonly string GroundCorpsePalette = "effect";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user