I heckin' did a music. As far as i can tell i implemented it properly, testing it out has been finicky as all hell. I figure if i did a goof, the Reddit method of giving the wrong answer first so someone replies with the correct one will work.

This commit is contained in:
Serithi
2018-03-12 02:46:32 -07:00
parent 2e248b9160
commit bb66e03f18
3 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ var/list/ghostteleportlocs = list()
power_light = 0
power_equip = 0
power_environ = 0
ambience = list('sound/ambience/ambispace.ogg','sound/music/title2.ogg','sound/music/space.ogg','sound/music/main.ogg','sound/music/traitor.ogg')
ambience = list('sound/ambience/ambispace.ogg','sound/music/title2.ogg','sound/music/space.ogg','sound/music/main.ogg','sound/music/traitor.ogg','sound/ambience/serspaceamb1.ogg')
base_turf = /turf/space
area/space/atmosalert()

View File

@@ -122,7 +122,7 @@
flags = RAD_SHIELDED
/area/surface/cave
ambience = list('sound/ambience/ambimine.ogg', 'sound/ambience/song_game.ogg')
ambience = list('sound/ambience/ambimine.ogg', 'sound/ambience/song_game.ogg', 'sound/ambience/serspaceamb1.ogg')
// The bottom half that connects to the outpost and is safer.
/area/surface/cave/explored/normal

Binary file not shown.