Infiltrate as Enter subclass

This commit is contained in:
atlimit8
2014-10-04 19:31:35 -05:00
parent c994ee4668
commit ad24a70235
2 changed files with 15 additions and 13 deletions

View File

@@ -96,7 +96,7 @@ namespace OpenRA.Mods.RA.Infiltration
self.CancelActivity();
self.SetTargetLine(target, Color.Red);
self.QueueActivity(new Enter(self, target.Actor, new Infiltrate(target.Actor)));
self.QueueActivity(new Infiltrate(self, target.Actor));
}
}
}