mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Minor Changes.
This commit is contained in:
@@ -398,12 +398,12 @@ ARTY.version="0.8.9"
|
|||||||
-- DONE: Abort firing task if no shooting event occured with 5(?) minutes. Something went wrong then. Min/max range for example.
|
-- DONE: Abort firing task if no shooting event occured with 5(?) minutes. Something went wrong then. Min/max range for example.
|
||||||
-- DONE: Improve assigned time for engagement. Next day?
|
-- DONE: Improve assigned time for engagement. Next day?
|
||||||
-- DONE: Improve documentation.
|
-- DONE: Improve documentation.
|
||||||
-- DONE: Add pseudo user transitions. OnAfter...
|
-- TODO: Add pseudo user transitions. OnAfter...
|
||||||
-- DONE: Make reaming unit a group.
|
-- DONE: Make reaming unit a group.
|
||||||
-- TODO: Adjust documenation again.
|
-- DONE: Write documenation.
|
||||||
-- DONE: Add command move to make arty group move.
|
-- DONE: Add command move to make arty group move.
|
||||||
-- DONE: remove schedulers for status event.
|
-- DONE: remove schedulers for status event.
|
||||||
-- TODO: Improve handling of special weapons. When winchester?
|
-- TODO: Improve handling of special weapons. When winchester if using selected weapons?
|
||||||
-- TODO: Handle rearming for ships.
|
-- TODO: Handle rearming for ships.
|
||||||
-- TODO: Make coordinate after rearming general, i.e. also work after the group has moved to anonther location.
|
-- TODO: Make coordinate after rearming general, i.e. also work after the group has moved to anonther location.
|
||||||
|
|
||||||
|
|||||||
@@ -264,7 +264,6 @@ function GROUP:Destroy( GenerateEvent )
|
|||||||
if self:IsAir() then
|
if self:IsAir() then
|
||||||
self:CreateEventCrash( timer.getTime(), UnitData )
|
self:CreateEventCrash( timer.getTime(), UnitData )
|
||||||
else
|
else
|
||||||
env.info("FF create event dead")
|
|
||||||
self:CreateEventDead( timer.getTime(), UnitData )
|
self:CreateEventDead( timer.getTime(), UnitData )
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user