Sync to v7.2.0
This commit is contained in:
4
scripts/4cumLUlcuJ7m8C6t.js
Normal file
4
scripts/4cumLUlcuJ7m8C6t.js
Normal file
@ -0,0 +1,4 @@
|
||||
let item = args.actor.items.find(i => i.name.includes("Smoothing"));
|
||||
let smoothing = item?.effects.find(e => e.name === "Smoothing");
|
||||
if (smoothing)
|
||||
smoothing.disabled = true;
|
Reference in New Issue
Block a user