Actor properties consistency improved
This commit is contained in:
@@ -24,7 +24,7 @@ namespace OpenRA.Mods.RA.Activities
|
||||
|
||||
protected override void OnInside(Actor self)
|
||||
{
|
||||
if (target.IsDead() || target.Owner == self.Owner)
|
||||
if (target.IsDead || target.Owner == self.Owner)
|
||||
return;
|
||||
|
||||
foreach (var t in target.TraitsImplementing<INotifyInfiltrated>())
|
||||
|
||||
Reference in New Issue
Block a user