From 1a2d6514baa15f02da543adb16b6602734193bf9 Mon Sep 17 00:00:00 2001 From: Petr Mikheev Date: Sun, 1 Jan 2023 20:19:56 +0100 Subject: [PATCH] Fix incorrect description is Lua docs --- files/lua_api/openmw/types.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/lua_api/openmw/types.lua b/files/lua_api/openmw/types.lua index f43fbe1963..fdf6eba7ed 100644 --- a/files/lua_api/openmw/types.lua +++ b/files/lua_api/openmw/types.lua @@ -485,8 +485,8 @@ -- @return #boolean --- --- Whether the actor is in the werewolf form at the moment. --- @function [parent=#Actor] isWerewolf +-- Whether the NPC or player is in the werewolf form at the moment. +-- @function [parent=#NPC] isWerewolf -- @param openmw.core#GameObject actor -- @return #boolean