Skip to content

Commit

Permalink
update buffSoonPresent key
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle committed Mar 17, 2024
1 parent 051b528 commit c76d340
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function buffSoonPresent(
source: SourceOptions = 'player',
): Condition<BuffInformation> {
return {
key: `buffSoonPresent-${spell.id}`,
key: `buffSoonPresent-${spell.id}-${range.atLeast}-${range.atMost}-${source}`,
init: ({ combatant }) => {
const buffs = combatant?.buffs
? combatant.buffs.filter(
Expand Down

0 comments on commit c76d340

Please sign in to comment.