Skip to content

Commit

Permalink
adjust type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
allmtz committed Sep 11, 2023
1 parent 1785ce4 commit e22a20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ability.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class Ability {
require?: (req?: Damage | Hex) => boolean;
query?: () => unknown;
affectedByMatSickness?: boolean;
activate?: (target?: any, hex?: any, path?: any) => unknown;
activate?: (target?: any, hex?: any, path?: Hex[]) => unknown;
getAnimationData?: (...args: unknown[]) => unknown;
damages?: CreatureMasteries & { pure?: number };
effects?: AbilityEffect[];
Expand Down

0 comments on commit e22a20e

Please sign in to comment.