mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Updated static scores
This commit is contained in:
@@ -82,5 +82,5 @@ end
|
|||||||
|
|
||||||
function STATIC:GetThreatLevel()
|
function STATIC:GetThreatLevel()
|
||||||
|
|
||||||
return 0, "Static"
|
return 1, "Static"
|
||||||
end
|
end
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
||||||
env.info( 'Moose Generation Timestamp: 20170226_1524' )
|
env.info( 'Moose Generation Timestamp: 20170226_1531' )
|
||||||
local base = _G
|
local base = _G
|
||||||
|
|
||||||
Include = {}
|
Include = {}
|
||||||
@@ -17639,7 +17639,7 @@ end
|
|||||||
|
|
||||||
function STATIC:GetThreatLevel()
|
function STATIC:GetThreatLevel()
|
||||||
|
|
||||||
return 0, "Static"
|
return 1, "Static"
|
||||||
end--- This module contains the AIRBASE classes.
|
end--- This module contains the AIRBASE classes.
|
||||||
--
|
--
|
||||||
-- ===
|
-- ===
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
||||||
env.info( 'Moose Generation Timestamp: 20170226_1524' )
|
env.info( 'Moose Generation Timestamp: 20170226_1531' )
|
||||||
local base = _G
|
local base = _G
|
||||||
|
|
||||||
Include = {}
|
Include = {}
|
||||||
@@ -17639,7 +17639,7 @@ end
|
|||||||
|
|
||||||
function STATIC:GetThreatLevel()
|
function STATIC:GetThreatLevel()
|
||||||
|
|
||||||
return 0, "Static"
|
return 1, "Static"
|
||||||
end--- This module contains the AIRBASE classes.
|
end--- This module contains the AIRBASE classes.
|
||||||
--
|
--
|
||||||
-- ===
|
-- ===
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user