Apply changes

This commit is contained in:
Morb0
2023-11-08 03:04:24 +03:00
parent 611bfea5ff
commit 5d2f429297
2 changed files with 7 additions and 2 deletions

View File

@@ -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);

View File

@@ -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"
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"