mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master' into FlightControl
# Conflicts: # Moose Mission Setup/Moose.lua
This commit is contained in:
commit
243f33764a
@ -502,6 +502,10 @@ function MISSILETRAINER:_EventShot( Event )
|
|||||||
else
|
else
|
||||||
-- TODO: some weapons don't know the target unit... Need to develop a workaround for this.
|
-- TODO: some weapons don't know the target unit... Need to develop a workaround for this.
|
||||||
SCHEDULER:New( TrainerWeapon, TrainerWeapon.destroy, {}, 2 )
|
SCHEDULER:New( TrainerWeapon, TrainerWeapon.destroy, {}, 2 )
|
||||||
|
if ( TrainerWeapon:getTypeName() == "9M311" ) then
|
||||||
|
SCHEDULER:New( TrainerWeapon, TrainerWeapon.destroy, {}, 2 )
|
||||||
|
else
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user