Changes between Initial Version and Version 3 of Ticket #4189


Ignore:
Timestamp:
May 30, 2017, 10:03:03 PM (7 years ago)
Author:
fatherbushido
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4189 – Description

    initial v3  
    1515{{{if (!cmpBuildingAI)}}}
    1616by
    17 {{{if (!cmpBuildingAI) || this.order.data.attackType == capture}}}
    18 fixes that but is imo just an hack.
     17{{{if (!cmpBuildingAI) || this.order.data.attackType != ranged}}}
     18fixes that but would hide the need to split the multiple arrow attack logic for structures and units.
    1919
    2020See also #252 and #4000 for related (in a way or another) tickets.