d/jak2: temp fix for rewarding orbs from talker speeches (#2523)

This commit is contained in:
Tyler Wilding 2023-04-17 22:04:16 -05:00 committed by GitHub
parent 57508009df
commit 47d85f896e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -359,6 +359,8 @@
(if (and (or (zero? (-> self voice-id)) (= (get-status *gui-control* (-> self voice-id)) (gui-status ready)))
(or (zero? (-> self message-id)) (= (get-status *gui-control* (-> self message-id)) (gui-status active)))
)
;; TODO - remove duplicate once gui-control is fixed
(go-virtual active)
(go-virtual active)
)
(suspend)