Check first

This commit is contained in:
joep van der velden
2018-10-27 16:24:32 +02:00
parent 3e8d9f2d6e
commit 8d59cbeefb
+2 -1
View File
@@ -296,7 +296,8 @@
return ..()
/obj/structure/piano/Initialize()
song.tempo = song.sanitize_tempo(song.tempo) // tick_lag isn't set when the map is loaded
if(song)
song.tempo = song.sanitize_tempo(song.tempo) // tick_lag isn't set when the map is loaded
..()
/obj/structure/piano/attack_hand(mob/user as mob)