Skip to content

Commit

Permalink
Adjusts some ambience
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk420634 committed Jul 9, 2024
1 parent c0617d5 commit e3efba4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion code/modules/fallout/areas/area.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
icon_state = "wasteland"
ambience_area = list(
/datum/looping_sound/ambient/critters,
/datum/looping_sound/ambient/critters/extra,
/datum/looping_sound/ambient/swamp,
/datum/looping_sound/ambient/critters/birds,
/datum/looping_sound/ambient/critters/birds/crow,
Expand Down Expand Up @@ -65,6 +66,7 @@
ambience_area = list(
/datum/looping_sound/ambient/city,
/datum/looping_sound/ambient/critters,
/datum/looping_sound/ambient/critters/extra,
/datum/looping_sound/ambient/general,
/datum/looping_sound/ambient/swamp/quiet,
/datum/looping_sound/ambient/critters/birds,
Expand Down Expand Up @@ -224,6 +226,9 @@
/area/f13/wasteland/newboston
name = "New Boston Wasteland"

/area/f13/wasteland/newboston/redwater
name = "Redwater Wasteland"

/area/f13/wasteland/garlandcity
name = "Garland City Wasteland"

Expand Down Expand Up @@ -265,11 +270,14 @@
AREA_SOUND('sound/f13ambience/bird_8.ogg', 10 SECONDS))

ambience_area = list(
/datum/looping_sound/ambient/town,
/datum/looping_sound/ambient/general,
/datum/looping_sound/ambient/swamp/quiet,
/datum/looping_sound/ambient/critters/birds,
/datum/looping_sound/ambient/critters/birds/crow,
/datum/looping_sound/ambient/woodcreak,
/datum/looping_sound/ambient/lightbulb,


)
weather_tags = list(WEATHER_SAFE)
outdoors = TRUE
Expand Down

0 comments on commit e3efba4

Please sign in to comment.