diff --git a/public/scripts/world-info.js b/public/scripts/world-info.js index a72d693f7..1facd2c1c 100644 --- a/public/scripts/world-info.js +++ b/public/scripts/world-info.js @@ -124,6 +124,7 @@ const KNOWN_DECORATORS = ['@@activate', '@@dont_activate']; * @property {number} [sticky] The sticky value of the entry * @property {number} [cooldown] The cooldown of the entry * @property {number} [delay] The delay of the entry + * @property {string[]} [decorators] Array of decorators for the entry */ /**