Skip to content

Commit

Permalink
fix over pulsing i guess
Browse files Browse the repository at this point in the history
  • Loading branch information
jnackmclain committed Nov 25, 2024
1 parent 495e7d8 commit 26b1ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _ark/dx/track/track_ui/dx_track_overdrive_ui_funcs.dta
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@
;fire popup once and then gate firing again until drained
{if $enabled
{if {>= {$player band_energy} 0.5}
;{if {! {eval {var {sprint "dx_stop_od_" $instrument}}}}
{if {! {eval {var {sprint "dx_stop_od_" $instrument}}}}
{dx_od_ready_popup $player $instrument }
{set_var {sprint "dx_stop_od_" $instrument} TRUE}
;}
}
}
;once we are drained, allow popups to fire again when ready
{if {<= {$player band_energy} 0.01}
Expand Down

0 comments on commit 26b1ce4

Please sign in to comment.