mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
added dwarf fortress music for the title screen and mining asteroid
Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
@@ -45,7 +45,7 @@ var/global/datum/controller/gameticker/ticker
|
||||
var/list/vermin_spawn_turfs
|
||||
|
||||
/datum/controller/gameticker/proc/pregame()
|
||||
login_music = pick('sound/music/title1.ogg','sound/music/title2.ogg') // choose title music!
|
||||
login_music = pick('sound/music/title1.ogg','sound/music/title2.ogg','sound/ambience/b12_combined_start.ogg') // choose title music!
|
||||
|
||||
do
|
||||
pregame_timeleft = 180
|
||||
|
||||
@@ -2,16 +2,15 @@
|
||||
|
||||
/area/mine
|
||||
icon_state = "mining"
|
||||
music = 'sound/ambience/song_game.ogg'
|
||||
|
||||
/area/mine/explored
|
||||
name = "Mine"
|
||||
icon_state = "explored"
|
||||
music = null
|
||||
|
||||
/area/mine/unexplored
|
||||
name = "Mine"
|
||||
icon_state = "unexplored"
|
||||
music = null
|
||||
|
||||
/area/mine/lobby
|
||||
name = "Mining station"
|
||||
|
||||
Reference in New Issue
Block a user