diff --git a/goal_src/jak3/engine/common-obs/vent.gc b/goal_src/jak3/engine/common-obs/vent.gc index d8204cf68d..c07d2af1bb 100644 --- a/goal_src/jak3/engine/common-obs/vent.gc +++ b/goal_src/jak3/engine/common-obs/vent.gc @@ -324,7 +324,8 @@ (if (and (time-elapsed? (-> self pickup-time) (seconds 0.1)) (not (logtest? (-> self fact options) (actor-option no-reaction))) ) - (send-event proc 'powerup) + ;; og:preserve-this this was called without any event args + (send-event proc 'powerup (pickup-type eco-pill-light) (-> *FACT-bank* eco-full-inc)) ) (set-time! (-> self pickup-time)) #f @@ -527,7 +528,8 @@ (if (and (time-elapsed? (-> self pickup-time) (seconds 0.1)) (not (logtest? (-> self fact options) (actor-option no-reaction))) ) - (send-event proc 'powerup) + ;; og:preserve-this this was called without any event args + (send-event proc 'powerup (pickup-type eco-pill-dark) (-> *FACT-bank* eco-full-inc)) ) (set-time! (-> self pickup-time)) #f