Shellmap: Add beginning paradrop and Tanya

This commit is contained in:
Scott_NZ
2013-04-05 15:56:59 +13:00
parent a897c256c8
commit cd9a264f01
2 changed files with 65 additions and 10 deletions

View File

@@ -111,6 +111,8 @@ namespace OpenRA.Mods.RA.Missions
viewportTarget = viewportTargets[1];
Game.viewport.Center(viewportOrigin);
Sound.SoundVolumeModifier = 0.25f;
MissionUtils.Paradrop(world, soviets, ParadropUnits, paradropEntry.Location, paradropLZ.Location);
}
}
}