refactor: Remove redundant id property from special effect options.

This commit is contained in:
CPTN Cosmo 2026-02-10 03:56:06 +01:00
parent b7c9c0071a
commit 6c9a219ca0
No known key found for this signature in database

View file

@ -228,7 +228,6 @@ Hooks.on('diceSoNiceRollStart', (messageId, context) => {
// based on different DSN versions/styles.
// 'Stars', 'Fire', etc are likely registered system effects.
term.options.sfx = {
id: effectName,
specialEffect: effectName
};
console.log('Applied sfx to term:', term, term.options.sfx);