Converts InfDeath from integer to string.

Wire up updated DeathSounds for all mods.
This commit is contained in:
reaperrr
2014-05-09 01:14:42 +02:00
parent 12b3bc37f3
commit 98e48ae991
25 changed files with 193 additions and 72 deletions

View File

@@ -38,7 +38,7 @@ namespace OpenRA.GameRules
[Desc("Size of the explosion. provide 2 values for a ring effect (outer/inner).")]
public readonly int[] Size = { 0, 0 };
[Desc("Infantry death animation to use")]
public readonly int InfDeath = 1;
public readonly string InfDeath = "1";
[Desc("Sound to play on impact.")]
public readonly string ImpactSound = null;
[Desc("Sound to play on impact with water")]