Updated static scores

This commit is contained in:
FlightControl 2017-02-26 15:31:23 +01:00
parent 0f7bc2b663
commit c9c3b11b14
5 changed files with 5 additions and 5 deletions

View File

@ -82,5 +82,5 @@ end
function STATIC:GetThreatLevel()
return 0, "Static"
return 1, "Static"
end

View File

@ -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.
--
-- ===

View File

@ -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.
--
-- ===