Remove a pile of duplication on mcv undeploy
This commit is contained in:
@@ -71,7 +71,7 @@ namespace OpenRA.Mods.RA
|
||||
if (self.traits.Contains<Unit>())
|
||||
self.QueueActivity(new Turn(Info.Facing));
|
||||
|
||||
self.QueueActivity(new TransformIntoActor(Info.IntoActor, Info.Offset, Info.TransformSounds));
|
||||
self.QueueActivity(new Transform(self, Info.IntoActor, Info.Offset, Info.Facing, Info.TransformSounds));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user