you can set the volume of the jukebox now, preferences tab -> set volume

Conflicts:
	code/modules/media/mediamanager.dm
This commit is contained in:
d3athrow
2014-04-01 13:53:07 -05:00
committed by ZomgPonies
parent 4601e9159f
commit dd1613f6c4
3 changed files with 37 additions and 5 deletions
+2
View File
@@ -126,6 +126,8 @@ datum/preferences
// Whether or not to use randomized character slots
var/randomslot = 0
// jukebox volume
var/volume = 100
/datum/preferences/New(client/C)
b_type = pick(4;"O-", 36;"O+", 3;"A-", 28;"A+", 1;"B-", 20;"B+", 1;"AB-", 5;"AB+")
if(istype(C))