Skip to content

Commit

Permalink
fix(typo): smartai (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias committed Jul 20, 2020
1 parent e9c87c5 commit d446f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/modules/sai-editor/constants/sai-actions.ts
Expand Up @@ -857,7 +857,7 @@ SAI_ACTION_PARAM1_NAMES[SAI_ACTIONS.FLEE] = 'FleeTime';
// SMART_ACTION_ADD_THREAT
// SAI_ACTION_TOOLTIPS[SAI_ACTIONS.ADD_THREAT] = 'ADD_THREAT';
SAI_ACTION_PARAM1_NAMES[SAI_ACTIONS.ADD_THREAT] = '+Threat';
SAI_ACTION_PARAM1_NAMES[SAI_ACTIONS.ADD_THREAT] = '-Threat';
SAI_ACTION_PARAM2_NAMES[SAI_ACTIONS.ADD_THREAT] = '-Threat';

// SMART_ACTION_LOAD_EQUIPMENT
// SAI_ACTION_TOOLTIPS[SAI_ACTIONS.LOAD_EQUIPMENT] = 'LOAD_EQUIPMENT';
Expand Down

0 comments on commit d446f24

Please sign in to comment.