From c435af34eab45e27a3db91bb7a9970a1ce6db315 Mon Sep 17 00:00:00 2001
From: Joshua Davidson <joshuadavidson2000@gmail.com>
Date: Sat, 22 Jul 2017 17:36:21 -0400
Subject: [PATCH] A3XX: Sounds update

---
 Sounds/A320-common-sound.xml | 31 ++++++++++++++++++++-----------
 1 file changed, 20 insertions(+), 11 deletions(-)

diff --git a/Sounds/A320-common-sound.xml b/Sounds/A320-common-sound.xml
index 341ca47f..08212750 100644
--- a/Sounds/A320-common-sound.xml
+++ b/Sounds/A320-common-sound.xml
@@ -1080,20 +1080,29 @@
 	</cvrtone>
 	
 	<relay>
-		<name>RelayBatt</name>
+		<name>RelayBatt1</name>
 		<mode>once</mode>
 		<path>Aircraft/A320Family/Sounds/Cockpit/relay2.wav</path>
 		<condition>
-			<or>
-				<greater-than>
-					<property>/systems/electrical/battery1-amps</property>
-					<value>25</value>
-				</greater-than>
-				<greater-than>
-					<property>/systems/electrical/battery2-amps</property>
-					<value>25</value>
-				</greater-than>
-			</or>
+			<greater-than>
+				<property>/systems/electrical/battery1-amps</property>
+				<value>25</value>
+			</greater-than>
+		</condition>
+		<volume>
+			<factor>0.60</factor>
+		</volume>
+	</relay>
+	
+	<relay>
+		<name>RelayBatt2</name>
+		<mode>once</mode>
+		<path>Aircraft/A320Family/Sounds/Cockpit/relay2.wav</path>
+		<condition>
+			<greater-than>
+				<property>/systems/electrical/battery2-amps</property>
+				<value>25</value>
+			</greater-than>
 		</condition>
 		<volume>
 			<factor>0.60</factor>