mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Removes ++ and -- in conditionals (#71925)
This commit is contained in:
@@ -250,7 +250,8 @@
|
||||
stop_playing(FALSE)
|
||||
return
|
||||
var/list/chord = compiled_chords[current_chord]
|
||||
if(++elapsed_delay < delay_by)
|
||||
elapsed_delay++
|
||||
if(elapsed_delay < delay_by)
|
||||
return
|
||||
play_chord(chord)
|
||||
elapsed_delay = 0
|
||||
|
||||
Reference in New Issue
Block a user