diff --git a/_ark/dx/ui/dx_goal_hooks.dta b/_ark/dx/ui/dx_goal_hooks.dta index 6ee001e7c..b3644687c 100644 --- a/_ark/dx/ui/dx_goal_hooks.dta +++ b/_ark/dx/ui/dx_goal_hooks.dta @@ -23,16 +23,20 @@ (category acc_cat_band_dx) (accomplishment_type kAccomplishmentTypeOneShot) (metascore_value career_fans_basic) - (launchable_playercount_min 4) + (launchable_playercount_min 2) (units_token unit_songs_plural) (units_token_singular unit_songs_singular) (hide_progress TRUE) + (dynamic_prereqs + (num_songs 1) + (songs panicswitch)) + (oneshot_song panicswitch) (conditions (stars 2 - (instrument kScoreBand))) - (oneshot_song panicswitch) - (oneshot_playermin 4) + (instrument kScoreBand) + ) + ) ) }