diff --git a/public/scripts/extensions/expressions/index.js b/public/scripts/extensions/expressions/index.js index d646e6b26..2352f071c 100644 --- a/public/scripts/extensions/expressions/index.js +++ b/public/scripts/extensions/expressions/index.js @@ -611,6 +611,10 @@ async function moduleWorker() { } } +/** + * Checks whether the current character has a talkinghead image available. + * @returns {Boolean} + */ async function talkingHeadCheck() { let spriteFolderName = getSpriteFolderName();