From 4e0a1e42912e24ebf649e182951fb20781328462 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Thu, 7 Jul 2022 13:58:27 +1000 Subject: [PATCH] Disable ambience default again (#9442) --- .../Prototypes/Entities/Structures/Lighting/base_lighting.yml | 2 -- .../Entities/Structures/Machines/vending_machines.yml | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml index f3e23f4376..1d04c6c595 100644 --- a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml +++ b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml @@ -265,8 +265,6 @@ components: - type: Sprite state: off - - type: AmbientSound - enabled: true - type: PoweredLight hasLampOnSpawn: LightBulb damage: diff --git a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml index 32ae2a1bc3..c78c0e1e24 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml @@ -9,6 +9,7 @@ - type: AmbientSound volume: -9 range: 3 + enabled: false sound: path: /Audio/Ambience/Objects/vending_machine_hum.ogg - type: Sprite