From 84982acdf2cd36aa1f9252e58109e65a83754b28 Mon Sep 17 00:00:00 2001 From: mochi Date: Wed, 16 Sep 2020 13:25:54 +0200 Subject: [PATCH] Add missing tab?? --- code/modules/instruments/songs/_song.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/instruments/songs/_song.dm b/code/modules/instruments/songs/_song.dm index e1b5a8817dd..fc4a9b63579 100644 --- a/code/modules/instruments/songs/_song.dm +++ b/code/modules/instruments/songs/_song.dm @@ -263,7 +263,7 @@ if(current_chord > length(compiled_chords)) stop_playing() return - var/list/chord = compiled_chords[current_chord] + var/list/chord = compiled_chords[current_chord] play_chord(chord) elapsed_delay = 0 delay_by = tempodiv_to_delay(chord[length(chord)])