From 3a9a83b1077513ffa59d1584fda2338e8be0e3b7 Mon Sep 17 00:00:00 2001 From: SkyHasACat Date: Sun, 3 Aug 2025 11:47:18 -0700 Subject: [PATCH] Fix sound desc, remove removed field --- files/lua_api/openmw/core.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/lua_api/openmw/core.lua b/files/lua_api/openmw/core.lua index 645d58615b..8a0285d3fc 100644 --- a/files/lua_api/openmw/core.lua +++ b/files/lua_api/openmw/core.lua @@ -1186,8 +1186,7 @@ -- Region sound reference -- @type RegionSoundRef -- @field #string soundId Sound record ID --- @field #number chance Probability that this sound plays periodically in the region --- @field #Sound sound The full sound record referenced by `soundId`, or `nil` if not found +-- @field #number chance Multiplicative percentage used to determine whether to play the sound --- @{#Factions}: Factions -- @field [parent=#core] #Factions factions