have RALint check actor type in EjectOnDeath

This commit is contained in:
Chris Forbes
2011-07-17 11:28:40 +12:00
parent 5f315bc404
commit 37656a02d9

View File

@@ -16,6 +16,7 @@ namespace OpenRA.Mods.RA
{
public class EjectOnDeathInfo : TraitInfo<EjectOnDeath>
{
[ActorReference]
public readonly string PilotActor = "E1";
public readonly int SuccessRate = 50;
public readonly string ChuteSound = "chute1.aud";