Skip to content

Commit

Permalink
only show for prepull actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lime-green committed Aug 12, 2023
1 parent 668629f commit 404bbe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/core/components/individual_sim_ui/apl_actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ const actionKindFactories: {[f in NonNullable<APLActionKind>]: ActionKindConfig<
label: 'Activate Aura',
submenu: ['Misc'],
shortDescription: 'Activates an aura',
includeIf: (player: Player<any>, isPrepull: boolean) => isPrepull,
newValue: () => APLActionActivateAura.create(),
fields: [
AplHelpers.actionIdFieldConfig('auraId', 'auras'),
Expand Down

0 comments on commit 404bbe6

Please sign in to comment.