Skip to content

Commit

Permalink
fix panic switch goal #993
Browse files Browse the repository at this point in the history
  • Loading branch information
jnackmclain committed Feb 1, 2025
1 parent f314bf4 commit 63f25fa
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions _ark/dx/ui/dx_goal_hooks.dta
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
)
)
}

Expand Down

0 comments on commit 63f25fa

Please sign in to comment.