this does not make any sense

with 0 HP you also can not a single dude
This commit is contained in:
Matthias Mailänder
2014-06-21 20:08:36 +02:00
parent 40cd491bff
commit 392b77647d

View File

@@ -24,7 +24,7 @@ namespace OpenRA.Mods.RA
public readonly string[] ActorTypes = { "e1" };
}
class EmitInfantryOnSell : INotifySold, INotifyKilled
class EmitInfantryOnSell : INotifySold
{
public void Selling(Actor self) { }
@@ -61,10 +61,5 @@ namespace OpenRA.Mods.RA
}
public void Sold(Actor self) { Emit(self); }
public void Killed(Actor self, AttackInfo e)
{
Emit(self);
}
}
}