From 9212b3ddbb75af4ee5278cce8208a43559b01657 Mon Sep 17 00:00:00 2001 From: Daisyhasacat Date: Sat, 27 Dec 2025 20:49:00 +0000 Subject: [PATCH 1/2] Fix bad word --- files/lua_api/openmw/types.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/lua_api/openmw/types.lua b/files/lua_api/openmw/types.lua index ecb64910a7..b937e96c14 100644 --- a/files/lua_api/openmw/types.lua +++ b/files/lua_api/openmw/types.lua @@ -1333,7 +1333,7 @@ -- @field [parent=#PlayerJournalTextEntry] #string id --- --- @type PlayerQuest +-- @type PLAYERQuest -- @field #string id The quest id. -- @field #number stage The quest stage (global and player scripts can change it). Changing the stage starts the quest if it wasn't started. -- @field #boolean started Whether the quest is started. From b3bdb3b6204ab683b9e07cfb2e40c062c7764043 Mon Sep 17 00:00:00 2001 From: Daisyhasacat Date: Sat, 27 Dec 2025 21:14:43 +0000 Subject: [PATCH 2/2] Add change to core --- files/lua_api/openmw/core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/lua_api/openmw/core.lua b/files/lua_api/openmw/core.lua index d7e8b7fe33..8f9487d139 100644 --- a/files/lua_api/openmw/core.lua +++ b/files/lua_api/openmw/core.lua @@ -1081,7 +1081,7 @@ -- local bb = core.dialogue.voice.records['flee'].infos[149].sound --- --- Quest stage (same as in @{openmw_types#PlayerQuest.stage}) this info entry is associated with. +-- Quest stage (same as in @{openmw_types#PLAYERQuest.stage}) this info entry is associated with. -- Non-nil only for journal records. -- @field [parent=#DialogueRecordInfo] #number questStage