Merge pull request #75 from FlightControl-Master/Bugfix

Modified Moose_Test_SPAWN missions
This commit is contained in:
Sven Van de Velde 2016-06-15 20:10:44 +02:00 committed by GitHub
commit fe62197ba0
3 changed files with 2 additions and 1 deletions

View File

@ -106,8 +106,9 @@ Spawn_Templates_Visible = { "Spawn Vehicle Visible Template A",
Spawn_Vehicle_Visible_RandomizeTemplate_Scheduled = SPAWN:New( "Spawn Vehicle Visible RandomizeTemplate Scheduled" )
:Limit( 80, 80 )
:RandomizeTemplate( Spawn_Templates_Visible )
:RandomizeRoute( 1, 1, 300 )
:Array( 49, 20, 8, 8 )
:SpawnScheduled( 10, 0.2 )
:SpawnScheduled( 1, 0.2 )
-- Spawn_Infantry allows to spawn 10 Infantry groups.
Spawn_Infantry = SPAWN:New( "Spawn Infantry" )