Skip to content

Commit

Permalink
Added exhale option to sanowret-crystal.lic script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyt3 committed Mar 26, 2024
1 parent 47036f0 commit 33714be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanowret-crystal.lic
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class SanowretCrystal
arg_definitions = [
[
{ name: 'run', regex: /run/i, description: 'Single run of the script', optional: true },
{ name: 'exhale', regex: /exhale/i, description: 'Force exhale, better for concentration conflicts with other scripts', optional: true}
{ name: 'exhale', regex: /exhale/i, description: 'Force exhale, better for concentration conflicts with other scripts', optional: true }
]
]
@worn_crystal = false
Expand Down

0 comments on commit 33714be

Please sign in to comment.