[MIRROR] Lowers default instrument volume (#1143)

* Lowers default instrument volume (#54147)

* Lowers default instrument volume

Co-authored-by: Mickyan <38563876+Mickyan@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-10-03 21:43:55 +02:00
committed by GitHub
parent 8b7c7cbd90
commit dc4820af2c
+1 -1
View File
@@ -38,7 +38,7 @@
var/max_repeats = 10
/// Our volume
var/volume = 75
var/volume = 35
/// Max volume
var/max_volume = 75
/// Min volume - This is so someone doesn't decide it's funny to set it to 0 and play invisible songs.