From 5d2f429297f98b321e6e803bfbfaf047df2f61c1 Mon Sep 17 00:00:00 2001 From: Morb0 <14136326+Morb0@users.noreply.github.com> Date: Wed, 8 Nov 2023 03:04:24 +0300 Subject: [PATCH] Apply changes --- Content.Packaging/ClientPackaging.cs | 2 +- Resources/Audio/Weapons/Guns/Gunshots/attributions.yml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Content.Packaging/ClientPackaging.cs b/Content.Packaging/ClientPackaging.cs index a989ebd968..033cab71f0 100644 --- a/Content.Packaging/ClientPackaging.cs +++ b/Content.Packaging/ClientPackaging.cs @@ -69,7 +69,7 @@ public static class ClientPackaging inputPass, contentDir, "Content.Client", - new[] { "Content.Client", "Content.Shared", "Content.Shared.Database" }, + new[] { "Content.Client", "Content.Shared", "Content.Shared.Database", "Content.Corvax.Interfaces.Client", "Content.Corvax.Interfaces.Shared" }, // Corvax-Secrets: Add Corvax interfaces to Magic ACZ cancel: cancel); await RobustClientPackaging.WriteClientResources(contentDir, pass, cancel); diff --git a/Resources/Audio/Weapons/Guns/Gunshots/attributions.yml b/Resources/Audio/Weapons/Guns/Gunshots/attributions.yml index 9431ededc2..325a5ff396 100644 --- a/Resources/Audio/Weapons/Guns/Gunshots/attributions.yml +++ b/Resources/Audio/Weapons/Guns/Gunshots/attributions.yml @@ -21,4 +21,9 @@ - files: ["rocket-launcher.ogg", "taser2.ogg"] license: "CC-BY-SA-3.0" copyright: "Taken from tgstation" - source: "https://github.com/tgstation/tgstation/tree/88d7dbfc105fbf40284d7b7c4587f8d23c0ac3ac" \ No newline at end of file + source: "https://github.com/tgstation/tgstation/tree/88d7dbfc105fbf40284d7b7c4587f8d23c0ac3ac" + +- files: ["shotgun.ogg"] + license: "CC-BY-SA 3.0" + copyright: "Taken from tgstation" + source: "https://github.com/tgstation/tgstation/blob/5736656139713c802033b9457a2a9d058211bd85/sound/weapons/gun/shotgun/shot.ogg"