From a18fae872e327275f2c1d067e8aa6cd2efb77d43 Mon Sep 17 00:00:00 2001 From: pchote Date: Fri, 18 Dec 2009 17:26:57 -0800 Subject: [PATCH] MCV Deploy sound --- OpenRa.Game/Traits/Activities/DeployMcv.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenRa.Game/Traits/Activities/DeployMcv.cs b/OpenRa.Game/Traits/Activities/DeployMcv.cs index 2fb43ffd1a..d452b9a0c9 100755 --- a/OpenRa.Game/Traits/Activities/DeployMcv.cs +++ b/OpenRa.Game/Traits/Activities/DeployMcv.cs @@ -11,6 +11,8 @@ namespace OpenRa.Game.Traits.Activities Game.world.AddFrameEndTask( _ => { Game.world.Remove( self ); + Sound.Play("placbldg.aud"); + Sound.Play("build5.aud"); Game.world.Add( new Actor( Rules.UnitInfo["fact"], self.Location - new int2( 1, 1 ), self.Owner ) ); } ); return null;