mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 06:54:31 -04:00
[jak3] Give skull gems for heromode speedruns (#4148)
This commit is contained in:
@@ -170,6 +170,7 @@
|
||||
(play-task (game-task arena-training-1) 'debug #f)
|
||||
(until (and *target* (= (-> *target* next-state name) 'target-stance))
|
||||
(suspend))
|
||||
(send-event *target* 'get-pickup (pickup-type gem) 1000.0)
|
||||
(set! (-> *game-info* secrets) HERO_MODE_SECRETS)
|
||||
(set! (-> *game-info* purchase-secrets) HERO_MODE_SECRETS)
|
||||
(set! (-> *game-info* features) HERO_MODE_FEATURES))))
|
||||
|
||||
Reference in New Issue
Block a user