Infiltrate as Enter subclass
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user