Fix Parachutable GroundImpactSound.

squishy2.aud only exists in ts.
This commit is contained in:
reaperrr
2014-08-30 02:27:04 +02:00
parent 921d77f825
commit 498b2dd028

View File

@@ -20,7 +20,7 @@ namespace OpenRA.Mods.RA
[Desc("If we land on invalid terrain for my actor type should we be killed?")]
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 GroundCorpsePalette = "effect";