Skip to content

Commit

Permalink
add maximumLinks to BURNOUT_CONSUME castLink
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle committed Mar 17, 2024
1 parent 1164314 commit a7e3fbe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const EVENT_LINKS: EventLink[] = [
anyTarget: true,
forwardBufferMs: CAST_BUFFER_MS,
backwardBufferMs: CAST_BUFFER_MS,
maximumLinks: 1,
isActive(c) {
return c.hasTalent(TALENTS_EVOKER.BURNOUT_TALENT);
},
Expand Down

0 comments on commit a7e3fbe

Please sign in to comment.