Skip to content

Commit

Permalink
zed fart only for actual hundo
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer committed Oct 28, 2023
1 parent 50ebfa9 commit 188b643
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
18 changes: 9 additions & 9 deletions goal_src/jak1/engine/common-obs/process-taskable.gc
Original file line number Diff line number Diff line change
Expand Up @@ -433,15 +433,15 @@
(#when PC_PORT
(define *play-anim-time* (current-time)))
(cond
((or (string= (-> (the-as spool-anim arg1) name) "green-sagecage-outro-big-finish"))
;; custom cutscene, no skips for audio desync
(ja-play-spooled-anim
(the-as spool-anim arg1)
arg0
(-> self blend-on-exit)
(the-as (function process-drawable symbol) false-func)
)
)
;; ((or (string= (-> (the-as spool-anim arg1) name) "green-sagecage-outro-big-finish"))
;; ;; custom cutscene, no skips for audio desync
;; (ja-play-spooled-anim
;; (the-as spool-anim arg1)
;; arg0
;; (-> self blend-on-exit)
;; (the-as (function process-drawable symbol) false-func)
;; )
;; )
((#if PC_PORT
(= (-> *pc-settings* skip-movies?) #t)
(and *debug-segment* *cheat-mode*))
Expand Down
9 changes: 4 additions & 5 deletions goal_src/jak1/levels/finalboss/robotboss-h.gc
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,10 @@
)

(defbehavior target-has-all-the-cells? process ()
;; (the-as
;; symbol
;; (and *target* (>= (the int (the-as float (send-event *target* 'query 'pickup (pickup-type fuel-cell)))) 100))
;; )
#t
(the-as
symbol
(and *target* (>= (the int (the-as float (send-event *target* 'query 'pickup (pickup-type fuel-cell)))) 100))
)
)

(defskelgroup *robotboss-sg* robotboss robotboss-basic-lod0-jg robotboss-idle-ja
Expand Down

0 comments on commit 188b643

Please sign in to comment.