diff --git a/code/game/atoms_movable.dm b/code/game/atoms_movable.dm index 252eb7b11b..bace332ef2 100644 --- a/code/game/atoms_movable.dm +++ b/code/game/atoms_movable.dm @@ -228,8 +228,8 @@ set_glide_size(var_value) . = TRUE if(NAMEOF(src, vocal_bark)) - if(isfile(vocal_bark)) - vocal_bark = sound(vocal_bark) //bark() expects vocal_bark to already be a sound datum, for performance reasons. adminbus QoL! + if(isfile(var_value)) + vocal_bark = sound(var_value) //bark() expects vocal_bark to already be a sound datum, for performance reasons. adminbus QoL! . = TRUE if(!isnull(.))