mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Static moose.lua
This commit is contained in:
parent
619efb5c08
commit
52e473204d
@ -1,9 +1,5 @@
|
|||||||
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
||||||
<<<<<<< HEAD
|
env.info( 'Moose Generation Timestamp: 20160812_0800' )
|
||||||
env.info( 'Moose Generation Timestamp: 20160811_0937' )
|
|
||||||
=======
|
|
||||||
env.info( 'Moose Generation Timestamp: 20160810_0820' )
|
|
||||||
>>>>>>> refs/remotes/origin/master
|
|
||||||
local base = _G
|
local base = _G
|
||||||
|
|
||||||
Include = {}
|
Include = {}
|
||||||
@ -21948,11 +21944,7 @@ function SPAWN:_RandomizeRoute( SpawnIndex )
|
|||||||
SpawnTemplate.route.points[t].y = SpawnTemplate.route.points[t].y + math.random( self.SpawnRandomizeRouteRadius * -1, self.SpawnRandomizeRouteRadius )
|
SpawnTemplate.route.points[t].y = SpawnTemplate.route.points[t].y + math.random( self.SpawnRandomizeRouteRadius * -1, self.SpawnRandomizeRouteRadius )
|
||||||
|
|
||||||
-- Manage randomization of altitude for airborne units ...
|
-- Manage randomization of altitude for airborne units ...
|
||||||
<<<<<<< HEAD
|
|
||||||
if SpawnTemplate.CategoryID == Group.Category.AIRPLANE or SpawnTemplate.CategoryID == Group.Category.HELICOPTER then
|
if SpawnTemplate.CategoryID == Group.Category.AIRPLANE or SpawnTemplate.CategoryID == Group.Category.HELICOPTER then
|
||||||
=======
|
|
||||||
if SpawnTemplate.SpawnCategoryID == Group.Category.AIRPLANE or SpawnTemplate.SpawnCategoryID == Group.Category.HELICOPTER then
|
|
||||||
>>>>>>> refs/remotes/origin/master
|
|
||||||
if SpawnTemplate.route.points[t].alt and self.SpawnRandomizeRouteHeight then
|
if SpawnTemplate.route.points[t].alt and self.SpawnRandomizeRouteHeight then
|
||||||
SpawnTemplate.route.points[t].alt = SpawnTemplate.route.points[t].alt + math.random( 1, self.SpawnRandomizeRouteHeight )
|
SpawnTemplate.route.points[t].alt = SpawnTemplate.route.points[t].alt + math.random( 1, self.SpawnRandomizeRouteHeight )
|
||||||
end
|
end
|
||||||
|
|||||||
@ -1,9 +1,5 @@
|
|||||||
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
||||||
<<<<<<< HEAD
|
env.info( 'Moose Generation Timestamp: 20160812_0800' )
|
||||||
env.info( 'Moose Generation Timestamp: 20160811_0937' )
|
|
||||||
=======
|
|
||||||
env.info( 'Moose Generation Timestamp: 20160810_0820' )
|
|
||||||
>>>>>>> refs/remotes/origin/master
|
|
||||||
local base = _G
|
local base = _G
|
||||||
|
|
||||||
Include = {}
|
Include = {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user