refactor: Remove redundant id property from special effect options.
This commit is contained in:
parent
b7c9c0071a
commit
6c9a219ca0
1 changed files with 0 additions and 1 deletions
|
|
@ -228,7 +228,6 @@ Hooks.on('diceSoNiceRollStart', (messageId, context) => {
|
||||||
// based on different DSN versions/styles.
|
// based on different DSN versions/styles.
|
||||||
// 'Stars', 'Fire', etc are likely registered system effects.
|
// 'Stars', 'Fire', etc are likely registered system effects.
|
||||||
term.options.sfx = {
|
term.options.sfx = {
|
||||||
id: effectName,
|
|
||||||
specialEffect: effectName
|
specialEffect: effectName
|
||||||
};
|
};
|
||||||
console.log('Applied sfx to term:', term, term.options.sfx);
|
console.log('Applied sfx to term:', term, term.options.sfx);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue