diff --git a/code/game/gamemodes/shadowling/special_shadowling_abilities.dm b/code/game/gamemodes/shadowling/special_shadowling_abilities.dm index 802e0507334..1aa8d628560 100644 --- a/code/game/gamemodes/shadowling/special_shadowling_abilities.dm +++ b/code/game/gamemodes/shadowling/special_shadowling_abilities.dm @@ -66,7 +66,7 @@ GLOBAL_LIST_INIT(possibleShadowlingNames, list("U'ruan", "Y`shej", "Nex", "Hel-u to_chat(H, "You are free!") H.status_flags = temp_flags sleep(10) - playsound(H.loc, 'sound/effects/ghost.ogg', 100, 1) + playsound(H.loc, 'sound/effects/ghost.ogg', 50, TRUE) var/newNameId = pick(GLOB.possibleShadowlingNames) GLOB.possibleShadowlingNames.Remove(newNameId) H.real_name = newNameId