From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Thu, 7 Aug 2025 19:41:16 +0000 (+0200) Subject: Add changeling briefing sound (#39465) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=c32ee100a144092a9af0a2dff6e066a4730199c3;p=space-station-14.git Add changeling briefing sound (#39465) * init * guh --- diff --git a/Resources/Audio/Ambience/Antag/attributions.yml b/Resources/Audio/Ambience/Antag/attributions.yml index c0c34eb880..5418d2a204 100644 --- a/Resources/Audio/Ambience/Antag/attributions.yml +++ b/Resources/Audio/Ambience/Antag/attributions.yml @@ -26,3 +26,8 @@ license: "CC-BY-SA-3.0" copyright: "Made by @ps3moira on Discord for SS14" source: "https://www.youtube.com/watch?v=jf1sYGYVLsw" +- files: ["changeling_start.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Taken from TG station at commit https://github.com/tgstation/tgstation/commit/436ba869ebcd0b60b63973fb7562f447ee655205" + source: "https://github.com/tgstation/tgstation/blob/master/sound/music/antag/ling_alert.ogg" + diff --git a/Resources/Audio/Ambience/Antag/changeling_start.ogg b/Resources/Audio/Ambience/Antag/changeling_start.ogg new file mode 100644 index 0000000000..afe654e4de Binary files /dev/null and b/Resources/Audio/Ambience/Antag/changeling_start.ogg differ diff --git a/Resources/Prototypes/GameRules/roundstart.yml b/Resources/Prototypes/GameRules/roundstart.yml index 71a249ed48..1748a4c5a3 100644 --- a/Resources/Prototypes/GameRules/roundstart.yml +++ b/Resources/Prototypes/GameRules/roundstart.yml @@ -239,6 +239,7 @@ briefing: text: changeling-role-greeting color: Red + sound: /Audio/Ambience/Antag/changeling_start.ogg components: - type: ChangelingDevour - type: ChangelingIdentity