From a744ad0de192ee105ec56b19478501a735fd9f12 Mon Sep 17 00:00:00 2001 From: Josh DM Date: Sun, 22 Oct 2023 09:22:12 -0400 Subject: [PATCH 1/2] fix channel toopltip to be accurate --- ui/core/components/individual_sim_ui/apl_actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/core/components/individual_sim_ui/apl_actions.ts b/ui/core/components/individual_sim_ui/apl_actions.ts index fcf454bfc6..f9eba93dc4 100644 --- a/ui/core/components/individual_sim_ui/apl_actions.ts +++ b/ui/core/components/individual_sim_ui/apl_actions.ts @@ -367,7 +367,7 @@ const actionKindFactories: {[f in NonNullable]: ActionKindConfig<

Note that if you simply want to allow higher-priority actions to interrupt the channel, set Interrupt If to True.

`, From dbab41f3bb451cbf681d492df789f1f75421fef1 Mon Sep 17 00:00:00 2001 From: Josh DM Date: Sun, 22 Oct 2023 09:24:44 -0400 Subject: [PATCH 2/2] wording adjustment --- ui/core/components/individual_sim_ui/apl_actions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/core/components/individual_sim_ui/apl_actions.ts b/ui/core/components/individual_sim_ui/apl_actions.ts index f9eba93dc4..d313b24ada 100644 --- a/ui/core/components/individual_sim_ui/apl_actions.ts +++ b/ui/core/components/individual_sim_ui/apl_actions.ts @@ -366,10 +366,10 @@ const actionKindFactories: {[f in NonNullable]: ActionKindConfig<

The channel will be interrupted only if all of the following are true:

  • Immediately following a tick of the channel
  • -
  • The Interrupt If condition is True
  • +
  • The Interrupt If condition evaluates to True
  • Another action in the APL list is available
-

Note that if you simply want to allow higher-priority actions to interrupt the channel, set Interrupt If to True.

+

Note that if you simply want to allow other actions to interrupt the channel, set Interrupt If to True.

`, newValue: () => APLActionChannelSpell.create({ interruptIf: {