Skip to content

Commit

Permalink
prioritize directed over coop
Browse files Browse the repository at this point in the history
  • Loading branch information
jnackmclain committed Feb 1, 2025
1 parent a8374e2 commit f314bf4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _ark/config/midi_parsers.dta
Original file line number Diff line number Diff line change
Expand Up @@ -2696,15 +2696,15 @@
{&&
{! $add_end_shot}
{||
{has_substr $mp.val "coop_"}
{has_substr $mp.val "directed_"}
{has_substr $mp.val "coop_"}
}
}
{set $add_end_shot TRUE}
{if
{has_substr
$mp.val
"coop_"}
"directed_"}
{$banddirector
add_symbol_key
shot_5
Expand All @@ -2713,7 +2713,7 @@
{if
{has_substr
$mp.val
"directed_"}
"coop_"}
{$banddirector
add_symbol_key
shot_5
Expand All @@ -2723,7 +2723,7 @@
{if
{has_substr
$mp.val
"coop_"}
"directed_"}
{$banddirector
add_symbol_key
shot_5
Expand All @@ -2732,7 +2732,7 @@
{if
{has_substr
$mp.val
"directed_"}
"coop_"}
{$banddirector
add_symbol_key
shot_5
Expand Down

0 comments on commit f314bf4

Please sign in to comment.