Lowers the volume of shadowling hatch by 50% (#15266)

* 50% off!

* A TRUE change

Co-authored-by: dearmochi <shenesis@gmail.com>

Co-authored-by: dearmochi <shenesis@gmail.com>
This commit is contained in:
Qwertytoforty
2021-01-10 20:34:14 +00:00
committed by GitHub
co-authored by dearmochi
parent a45cd040a2
commit 771772dbcd
@@ -66,7 +66,7 @@ GLOBAL_LIST_INIT(possibleShadowlingNames, list("U'ruan", "Y`shej", "Nex", "Hel-u
to_chat(H, "<i><b>You are free!</b></i>")
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