mirror of
https://github.com/open-goal/jak-project
synced 2026-07-05 21:49:28 -04:00
more unlocks for non-guaranteed musics
This commit is contained in:
@@ -525,6 +525,12 @@
|
||||
(add-to-music-log obj (-> *setting-control* current music) (the int (-> *setting-control* current sound-flava)))
|
||||
|
||||
;; special cases. for example, npc's that despawn and you can't hear their music anymore.
|
||||
(if (task-closed? (game-task village1-buzzer) (task-status need-resolution))
|
||||
(add-to-music-log obj 'village1 (flava-lookup 'village1 (music-flava assistant))))
|
||||
(if (task-closed? (game-task village2-buzzer) (task-status need-resolution))
|
||||
(add-to-music-log obj 'village2 (flava-lookup 'village2 (music-flava assistant))))
|
||||
(if (task-closed? (game-task village3-buzzer) (task-status need-resolution))
|
||||
(add-to-music-log obj 'village3 (flava-lookup 'village3 (music-flava assistant))))
|
||||
(if (task-closed? (game-task beach-ecorocks) (task-status need-introduction))
|
||||
(add-to-music-log obj 'village1 1))
|
||||
(if (task-closed? (game-task jungle-plant) (task-status need-resolution))
|
||||
|
||||
Reference in New Issue
Block a user