mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 07:30:36 +01:00
Lower volume
This commit is contained in:
@@ -372,9 +372,9 @@ The reactor CHEWS through moderator. It does not do this slowly. Be very careful
|
||||
if(!isinspace(M))
|
||||
if(sound)
|
||||
if(channel) //Doing this forbids overlapping of sounds
|
||||
SEND_SOUND(M, sound(sound, repeat = loop, wait = 0, volume = 100, channel = channel))
|
||||
SEND_SOUND(M, sound(sound, repeat = loop, wait = 0, volume = 70, channel = channel))
|
||||
else
|
||||
SEND_SOUND(M, sound(sound, repeat = loop, wait = 0, volume = 100))
|
||||
SEND_SOUND(M, sound(sound, repeat = loop, wait = 0, volume = 70))
|
||||
if(message)
|
||||
to_chat(M, message)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user