Maelstrom: Add a sound for the mods button

From a4148099348a2f74f4daf046b0d14b5d98ea281d Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 24 Apr 2026 00:52:36 -0700
Subject: [PATCH] Add a sound for the mods button

---
 Data/UI/main.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Data/UI/main.xml b/Data/UI/main.xml
index 45598d85..16be92db 100644
--- a/Data/UI/main.xml
+++ b/Data/UI/main.xml
@@ -284,7 +284,7 @@
 				</Checkbox>
 
 				<!-- Mods -->
-				<Button name="Mods" image="mods" action="show_mods">
+				<Button name="Mods" image="mods" action="show_mods" clickSound="119">
 					<Anchor anchorFrom="BOTTOMRIGHT" anchorTo="BOTTOMRIGHT" x="-68" y="-48"/>
 				</Button>
 			</Elements>
@@ -483,7 +483,7 @@
 				</Checkbox>
 
 				<!-- Mods -->
-				<Button name="Mods" image="mods" action="show_mods">
+				<Button name="Mods" image="mods" action="show_mods" clickSound="119">
 					<Anchor anchorFrom="RIGHT" anchorTo="LEFT" anchor="KidMode" x="-8"/>
 				</Button>
 			</Elements>