Lowers default instrument volume (#54147)

This commit is contained in:
Mickyan
2020-10-03 11:33:28 -07:00
committed by GitHub
parent 74c176d2a6
commit 362a5975f7
+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.