Demolish as Enter subclass

This commit is contained in:
atlimit8
2014-10-04 11:53:30 -05:00
parent 4783b1f646
commit 6d0feb9fbf
2 changed files with 22 additions and 22 deletions

View File

@@ -76,8 +76,8 @@ namespace OpenRA.Mods.RA
self.CancelActivity();
self.SetTargetLine(target, Color.Red);
self.QueueActivity(new Enter(self, target.Actor, new Demolish(
target.Actor, info.C4Delay, info.Flashes, info.FlashesDelay, info.FlashInterval, info.FlashDuration)));
self.QueueActivity(new Demolish(self,
target.Actor, info.C4Delay, info.Flashes, info.FlashesDelay, info.FlashInterval, info.FlashDuration));
}
public string VoicePhraseForOrder(Actor self, Order order)