mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Makes Area Ambience a list on the area, Maintnance ambience
This commit refactors the area ambient sound system to pick from a list defined on the area definition itself instead of a lengthy else-if change. This is mostly noticable to people making new areas or modifying area ambient sounds. This commit also adds 5 maintnance ambient sounds from -tg-.
This commit is contained in:
@@ -7,10 +7,12 @@
|
||||
/area/mine/explored
|
||||
name = "Mine"
|
||||
icon_state = "explored"
|
||||
ambientsounds = list('sound/ambience/ambimine.ogg')
|
||||
|
||||
/area/mine/unexplored
|
||||
name = "Mine"
|
||||
icon_state = "unexplored"
|
||||
ambientsounds = list('sound/ambience/ambimine.ogg')
|
||||
|
||||
/area/mine/lobby
|
||||
name = "Mining station"
|
||||
|
||||
Reference in New Issue
Block a user