Skip to content

Commit

Permalink
Implement Issue #1196
Browse files Browse the repository at this point in the history
  • Loading branch information
ps2guides authored and Iridar committed Aug 10, 2023
1 parent 9aefc76 commit d7b1c6c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,10 @@ static function X2AbilityTemplate PistolReturnFire(name TemplateName = 'PistolRe
Template.bFrameEvenWhenUnitIsHidden = true;
//END AUTOGENERATED CODE: Template Overrides 'PistolReturnFire'

/// HL-Docs: ref:Bugfixes; issue:1196
/// Make Return Fire visualize after Covering Fire Overwatch, so they no longer fight for visualization.
Template.AssociatedPlayTiming = SPT_AfterSequential;

return Template;
}

Expand Down

0 comments on commit d7b1c6c

Please sign in to comment.