This commit is contained in:
FlightControl_Master
2017-08-13 17:04:04 +02:00
parent 4f2afa29fa
commit d558c5be21
4 changed files with 98 additions and 52 deletions

View File

@@ -247,7 +247,7 @@ do
if self.Target:IsAlive() then
self.SpotIR:setPoint( self.Target:GetPointVec3():AddY(1):AddY(math.random(-100,100)/100):AddX(math.random(-100,100)/100):GetVec3() )
self.SpotLaser:setPoint( self.Target:GetPointVec3():AddY(1):GetVec3() )
self:__Lasing( -1 )
self:__Lasing( -0.2 )
else
self:E( { "Target is not alive", self.Target:IsAlive() } )
end