Skip to content

Commit

Permalink
allow pro keys on all instruments
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptnCH committed Jun 7, 2024
1 parent 127bb59 commit 401df8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _ark/ui/overshell/slot_states.dta
Original file line number Diff line number Diff line change
Expand Up @@ -3700,6 +3700,7 @@
(overshell_guitar
overshell_bass
overshell_keys
overshell_real_keys
overshell_vocal_solo
overshell_vocal_harmony
overshell_drums)}}
Expand All @@ -3711,6 +3712,7 @@
overshell_guitar
overshell_bass
overshell_keys
overshell_real_keys
overshell_vocal_solo
overshell_vocal_harmony)}}
{if {== {{$this get_user} get_controller_type} kControllerKeys}
Expand All @@ -3731,6 +3733,7 @@
overshell_guitar
overshell_bass
overshell_keys
overshell_real_keys
overshell_drums)}}
{if {== {{$this get_user} get_controller_type} kControllerRealGuitar}
{choose_part.lst
Expand All @@ -3740,6 +3743,7 @@
overshell_guitar
overshell_bass
overshell_keys
overshell_real_keys
overshell_vocal_solo
overshell_vocal_harmony)}}
)
Expand Down

0 comments on commit 401df8b

Please sign in to comment.