Opened 8 years ago
Closed 8 years ago
#102 closed defect (fixed)
Shields have an attack button
Reported by: | abma | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | component1 | Version: | |
Keywords: | Cc: |
Description
in BA 7.72 & svn BAR, shields have an attack button... makes no sense, shields can't shot / attack.
Note:
See TracTickets
for help on using tickets.
Technicaly, shields are weapons, and are fired as such, in AimWeaponX() you need to return 1 if shields is on, or 0 otherwise.
Though canAttack=true only means that a unit can get be issued an attack command, otherwise it'll still attack, only you can't control what it attacks. In case of shields this doesn't matter.