mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
you can set the volume of the jukebox now, preferences tab -> set volume
Conflicts: code/modules/media/mediamanager.dm
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user