mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
xx
This commit is contained in:
parent
f67706044a
commit
c1c5467b9d
@ -933,6 +933,7 @@ function PLAYERRECCE:_LaseTarget(client,targetset)
|
|||||||
if (not oldtarget) or targetset:IsNotInSet(oldtarget) or target:IsDead() or target:IsDestroyed() then
|
if (not oldtarget) or targetset:IsNotInSet(oldtarget) or target:IsDead() or target:IsDestroyed() then
|
||||||
-- lost LOS or dead
|
-- lost LOS or dead
|
||||||
laser:LaseOff()
|
laser:LaseOff()
|
||||||
|
self:T(self.lid.."Target Life Points: "..target:GetLife() or "none")
|
||||||
if target:IsDead() or target:IsDestroyed() or target:GetLife() < 2 then
|
if target:IsDead() or target:IsDestroyed() or target:GetLife() < 2 then
|
||||||
self:__Shack(-1,client,oldtarget)
|
self:__Shack(-1,client,oldtarget)
|
||||||
--self.LaserTarget[playername] = nil
|
--self.LaserTarget[playername] = nil
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user