From 8b957e53db26885a19a3826aeb56ac3c0916d47c Mon Sep 17 00:00:00 2001 From: zumorica Date: Sun, 24 May 2020 14:15:41 +0200 Subject: [PATCH] Fix sound collections having the wrong ID --- Resources/Prototypes/SoundCollections/body_fall.yml | 2 +- Resources/Prototypes/SoundCollections/sparks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/SoundCollections/body_fall.yml b/Resources/Prototypes/SoundCollections/body_fall.yml index a3338c94e4..c8e9863588 100644 --- a/Resources/Prototypes/SoundCollections/body_fall.yml +++ b/Resources/Prototypes/SoundCollections/body_fall.yml @@ -1,4 +1,4 @@ -- type: sound_collection +- type: soundCollection id: bodyfall files: - /Audio/effects/bodyfall1.ogg diff --git a/Resources/Prototypes/SoundCollections/sparks.yml b/Resources/Prototypes/SoundCollections/sparks.yml index 8f81b6055c..03e3bed669 100644 --- a/Resources/Prototypes/SoundCollections/sparks.yml +++ b/Resources/Prototypes/SoundCollections/sparks.yml @@ -1,4 +1,4 @@ -- type: sound_collection +- type: soundCollection id: sparks files: - /Audio/effects/sparks1.ogg