From 188b64336183bd876487d26a4f127772532b638a Mon Sep 17 00:00:00 2001 From: dallmeyer <2515356+dallmeyer@users.noreply.github.com> Date: Sat, 28 Oct 2023 10:11:07 -0700 Subject: [PATCH] zed fart only for actual hundo --- .../jak1/engine/common-obs/process-taskable.gc | 18 +++++++++--------- goal_src/jak1/levels/finalboss/robotboss-h.gc | 9 ++++----- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/goal_src/jak1/engine/common-obs/process-taskable.gc b/goal_src/jak1/engine/common-obs/process-taskable.gc index 28072ae619..e984ba5332 100644 --- a/goal_src/jak1/engine/common-obs/process-taskable.gc +++ b/goal_src/jak1/engine/common-obs/process-taskable.gc @@ -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*)) diff --git a/goal_src/jak1/levels/finalboss/robotboss-h.gc b/goal_src/jak1/levels/finalboss/robotboss-h.gc index ba8ec1e6f2..bb6800e8bc 100644 --- a/goal_src/jak1/levels/finalboss/robotboss-h.gc +++ b/goal_src/jak1/levels/finalboss/robotboss-h.gc @@ -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