Skip to content

Commit

Permalink
yay
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer committed Aug 29, 2024
1 parent 5b2f8df commit c26a047
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions goal_src/jak2/engine/mods/mod-custom-code.gc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;

(defun runs-every-frame ()
(let ((r (region-lookup-by-id 681)))
(when r
(set! (-> r on-enter) '(when (not (task-closed? "consite-find-baron-resolution")) (scene-play "consite-find-baron-res"))) ;; consite skip allowed
)
)
;; (increase-power-cell-by-one) This is a call to increase-power-cell-by-one defined in mod-common-functions.gc

;; Sample code to turn jak pink whenever he's doing the jetboard hover glitch
Expand Down

0 comments on commit c26a047

Please sign in to comment.