mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-21 02:31:39 +00:00
Commit
This commit is contained in:
@@ -94,7 +94,9 @@ do -- PROCESS_SMOKE_TARGETS
|
|||||||
if math.random( 1, ( 100 * self.TargetSetUnit:Count() ) / 4 ) <= 100 then
|
if math.random( 1, ( 100 * self.TargetSetUnit:Count() ) / 4 ) <= 100 then
|
||||||
SCHEDULER:New( self,
|
SCHEDULER:New( self,
|
||||||
function()
|
function()
|
||||||
SmokeUnit:Smoke( self.SmokeColor, 150 )
|
if SmokeUnit:IsAlive() then
|
||||||
|
SmokeUnit:Smoke( self.SmokeColor, 150 )
|
||||||
|
end
|
||||||
end, {}, math.random( 10, 60 )
|
end, {}, math.random( 10, 60 )
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
+16
-28907
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
Reference in New Issue
Block a user