Opened 8 years ago
Closed 8 years ago
#880 closed defect (no change required)
BA 8.17: t2 air torpedo bomber can have "attack ground" order. But its not shooting to the ground
Reported by: | Decay | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | BA trunk | Version: | |
Keywords: | Cc: |
Description
it should not be possible to set "attack" orders on the ground for t2 torpedo bomber
Note:
See TracTickets
for help on using tickets.
Checking which attack orders are possible in a context dependent way is the engines resposibiliy and shows up (in theory) through cursorattackbad. In practice the check is not very effective e.g. https://springrts.com/mantis/view.php?id=3607.
In general you can give any unit a force-attack order to any place that it can't actually attack e.g. any tank can be told to force-attack the sea bed. There is nothing special about torpedo bombers and land in this respect.
In general, it's impossible to check reliably if an order can actually be carried out, so imo better to leave it to the engine and user to figure it out between them.