Skip to content

Commit

Permalink
Turn off invoker spell helper by default [#138]
Browse files Browse the repository at this point in the history
Remove meatball as a synonym for chaos meteor
  • Loading branch information
cannawen committed Nov 20, 2023
1 parent a607483 commit 827ed2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assistants/invokerSpells.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const configInfo = new ConfigInfo(
rules.assistant.invoker,
"Invoker voice commands",
"Say the name of an invoker spell, and the bot will respond with the required orbs to invoke it",
EffectConfig.PUBLIC
EffectConfig.NONE
);

export default [
Expand All @@ -19,7 +19,7 @@ export default [
["w w e", "alacrity"],
["q q w", "ghost walk"],
["q w e", "deafening blast"],
["w! e! e", ["chaos meteor", "meatball", "meteor"]],
["w! e! e", ["chaos meteor", "meteor"]],
["q q q", ["cold snap", "code snap"]],
["q q e", "ice wall"],
[
Expand Down

0 comments on commit 827ed2f

Please sign in to comment.