skeleton of SpyPlanePower

This commit is contained in:
Chris Forbes
2010-01-24 13:36:21 +13:00
parent 6b84d102cd
commit a43787d0cb
7 changed files with 79 additions and 10 deletions

View File

@@ -27,6 +27,9 @@ namespace OpenRa.Traits
Owner.World.AddFrameEndTask(w =>
{
if (Owner == Owner.World.LocalPlayer)
Sound.Play("satlnch1.aud");
w.Add(new SatelliteLaunch(launchSite));
w.Add(new DelayedAction((Info as GpsPowerInfo).RevealDelay * 25,
() => Owner.Shroud.HasGPS = true));