Implemented DETECTION and FAC first classes

This commit is contained in:
FlightControl
2016-06-25 08:53:19 +02:00
parent a34c04e0f2
commit c581fe1551
91 changed files with 54825 additions and 3437 deletions

View File

@@ -1,5 +1,5 @@
local FACGroup = GROUP:FindByName( "FAC Group" )
local FACDetection = DETECTION_BASE:New( FACGroup, 1000, 250 ):InitDetectIRST( true )
local FACDetection = DETECTION_UNITGROUPS:New( FACGroup, 1000, 250 ):SmokeDetectedZones():FlareDetectedUnits()