Add building infiltrated sound to owner of spy on infiltrate

This commit is contained in:
Chris Forbes
2012-04-09 10:33:39 +12:00
parent a4e1915aff
commit dbd09ea843

View File

@@ -32,6 +32,8 @@ namespace OpenRA.Mods.RA.Activities
self.Destroy();
Sound.PlayToPlayer(self.Owner, "bldginf1.aud");
return this;
}
}