Ambience Refactor (#5476)

* Refactors how ambience is assigned, removes bad ambience, ports good ambience from tg

* Apparently that file is still used, not worth the salt to remove it.

* Changelog
This commit is contained in:
Neerti
2018-08-06 12:12:17 -04:00
committed by Anewbe
parent 12a1d6e949
commit 3de28fa6b2
64 changed files with 311 additions and 142 deletions
+1 -2
View File
@@ -29,8 +29,7 @@
///////////////
//SOUND STUFF//
///////////////
var/ambience_playing= null
var/played = 0
var/time_last_ambience_played = 0 // world.time when ambience was played to this client, to space out ambience sounds.
////////////
//SECURITY//