diff --git a/code/modules/instruments/songs/_song.dm b/code/modules/instruments/songs/_song.dm index bc9da6f697c..e1b5a8817dd 100644 --- a/code/modules/instruments/songs/_song.dm +++ b/code/modules/instruments/songs/_song.dm @@ -290,6 +290,8 @@ */ /datum/song/proc/compile_chords() legacy ? compile_legacy() : compile_synthesized() + // Some chords may be null for some reason - exclude them. + listclearnulls(compiled_chords) /** * Plays a chord.