mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +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
|
var/list/vermin_spawn_turfs
|
||||||
|
|
||||||
/datum/controller/gameticker/proc/pregame()
|
/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
|
do
|
||||||
pregame_timeleft = 180
|
pregame_timeleft = 180
|
||||||
|
|||||||
@@ -2,16 +2,15 @@
|
|||||||
|
|
||||||
/area/mine
|
/area/mine
|
||||||
icon_state = "mining"
|
icon_state = "mining"
|
||||||
|
music = 'sound/ambience/song_game.ogg'
|
||||||
|
|
||||||
/area/mine/explored
|
/area/mine/explored
|
||||||
name = "Mine"
|
name = "Mine"
|
||||||
icon_state = "explored"
|
icon_state = "explored"
|
||||||
music = null
|
|
||||||
|
|
||||||
/area/mine/unexplored
|
/area/mine/unexplored
|
||||||
name = "Mine"
|
name = "Mine"
|
||||||
icon_state = "unexplored"
|
icon_state = "unexplored"
|
||||||
music = null
|
|
||||||
|
|
||||||
/area/mine/lobby
|
/area/mine/lobby
|
||||||
name = "Mining station"
|
name = "Mining station"
|
||||||
|
|||||||
Reference in New Issue
Block a user