mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user