Merge branch 'master' of git://github.com/chrisforbes/OpenRA
This commit is contained in:
@@ -38,8 +38,8 @@ namespace OpenRa.Game.Traits
|
||||
|
||||
if (order.OrderString == "UsePortableChronoshift" && CanEnterCell(order.TargetLocation, self))
|
||||
{
|
||||
//self.QueueActivity(new Activities.Teleport(order.TargetLocation));
|
||||
Sound.Play("chrotnk1.aud");
|
||||
self.QueueActivity(new Activities.Teleport(order.TargetLocation));
|
||||
// Sound.Play("chrotnk1.aud");
|
||||
chronoshiftActive = false;
|
||||
remainingChargeTime = chargeTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user