diff options
Diffstat (limited to 'src/scripting/lua.cpp')
-rw-r--r-- | src/scripting/lua.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripting/lua.cpp b/src/scripting/lua.cpp index 47672659..1900f5ac 100644 --- a/src/scripting/lua.cpp +++ b/src/scripting/lua.cpp @@ -938,8 +938,8 @@ static int being_set_status_time(lua_State *s) } /** - * being_type(Being*): ThingType - * Returns the Thing type of the given being. + * being_type(Being*): EntityType + * Returns the entity type of the given being. */ static int being_type(lua_State *s) { |