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:
parent
fc852e0386
commit
95d7b8250d
@ -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: Improve assigned time for engagement. Next day?
|
||||
-- DONE: Improve documentation.
|
||||
-- DONE: Add pseudo user transitions. OnAfter...
|
||||
-- TODO: Add pseudo user transitions. OnAfter...
|
||||
-- DONE: Make reaming unit a group.
|
||||
-- TODO: Adjust documenation again.
|
||||
-- DONE: Write documenation.
|
||||
-- DONE: Add command move to make arty group move.
|
||||
-- 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: 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
|
||||
self:CreateEventCrash( timer.getTime(), UnitData )
|
||||
else
|
||||
env.info("FF create event dead")
|
||||
self:CreateEventDead( timer.getTime(), UnitData )
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user