Merge pull request #9701 from Cuboos/SoundsEp2_WizardBoogaloo

Wizard Sounds has the update. Been a bit since i've done a commit, so…
This commit is contained in:
Cheridan
2015-05-31 15:51:59 -05:00
61 changed files with 90 additions and 16 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ var/datum/subsystem/ticker/ticker
/datum/subsystem/ticker/New()
NEW_SS_GLOBAL(ticker)
login_music = pickweight(list('sound/ambience/title2.ogg' = 49, 'sound/ambience/title1.ogg' = 49, 'sound/ambience/clown.ogg' = 2)) // choose title music!
login_music = pickweight(list('sound/ambience/title2.ogg' = 31, 'sound/ambience/title1.ogg' = 31, 'sound/ambience/title3.ogg' =31, 'sound/ambience/clown.ogg' = 7)) // choose title music!
if(SSevent.holidays && SSevent.holidays[APRIL_FOOLS])
login_music = 'sound/ambience/clown.ogg'