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:
parent
0f7bc2b663
commit
c9c3b11b14
@ -82,5 +82,5 @@ end
|
||||
|
||||
function STATIC:GetThreatLevel()
|
||||
|
||||
return 0, "Static"
|
||||
return 1, "Static"
|
||||
end
|
||||
@ -1,5 +1,5 @@
|
||||
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
||||
env.info( 'Moose Generation Timestamp: 20170226_1524' )
|
||||
env.info( 'Moose Generation Timestamp: 20170226_1531' )
|
||||
local base = _G
|
||||
|
||||
Include = {}
|
||||
@ -17639,7 +17639,7 @@ end
|
||||
|
||||
function STATIC:GetThreatLevel()
|
||||
|
||||
return 0, "Static"
|
||||
return 1, "Static"
|
||||
end--- This module contains the AIRBASE classes.
|
||||
--
|
||||
-- ===
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
||||
env.info( 'Moose Generation Timestamp: 20170226_1524' )
|
||||
env.info( 'Moose Generation Timestamp: 20170226_1531' )
|
||||
local base = _G
|
||||
|
||||
Include = {}
|
||||
@ -17639,7 +17639,7 @@ end
|
||||
|
||||
function STATIC:GetThreatLevel()
|
||||
|
||||
return 0, "Static"
|
||||
return 1, "Static"
|
||||
end--- This module contains the AIRBASE classes.
|
||||
--
|
||||
-- ===
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user