diff --git a/maps/kleibkhar/kleibkhar_defines.dm b/maps/kleibkhar/kleibkhar_defines.dm index b74fc023cee..781e706b0af 100644 --- a/maps/kleibkhar/kleibkhar_defines.dm +++ b/maps/kleibkhar/kleibkhar_defines.dm @@ -32,6 +32,7 @@ department_money = 0 salary_modifier = 0.2 num_exoplanets = 0 + welcome_sound = 'sound/music/stingers/stinger_scifi.ogg' /datum/map/kleibkhar/get_map_info() return "Kleibkhar Independent Colony. A diverse new commercial venture on the fringe of known space." diff --git a/maps/outreach/outreach_defines.dm b/maps/outreach/outreach_defines.dm index 7e19c19bf0f..1a73918cc38 100644 --- a/maps/outreach/outreach_defines.dm +++ b/maps/outreach/outreach_defines.dm @@ -30,6 +30,7 @@ salary_modifier = 0.2 num_exoplanets = 0 overmap_ids = list(OVERMAP_ID_SPACE = /datum/overmap) //Default to null overmap, which prevents overmap marker from initializing properly + welcome_sound = 'sound/music/stingers/stinger_scifi.ogg' /datum/map/outreach/get_map_info() return "You are en route to Outreach, a desolate planet previously targeted for mining operations, but now largely abandoned. Judges - corporate law enforcement - remain in the sector to keep the order. Colonists come from a wide variety of backgrounds, but universally with only the shirt on their backs." \ No newline at end of file diff --git a/sound/music/stingers/stinger_scifi.ogg b/sound/music/stingers/stinger_scifi.ogg new file mode 100644 index 00000000000..6f7ed0f0fd2 Binary files /dev/null and b/sound/music/stingers/stinger_scifi.ogg differ