This commit is contained in:
FlightControl 2016-07-21 21:44:50 +02:00
parent 70651777c5
commit ce789b9703
4 changed files with 35 additions and 57815 deletions

View File

@ -94,7 +94,9 @@ do -- PROCESS_SMOKE_TARGETS
if math.random( 1, ( 100 * self.TargetSetUnit:Count() ) / 4 ) <= 100 then
SCHEDULER:New( self,
function()
SmokeUnit:Smoke( self.SmokeColor, 150 )
if SmokeUnit:IsAlive() then
SmokeUnit:Smoke( self.SmokeColor, 150 )
end
end, {}, math.random( 10, 60 )
)
end

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff