Added previous value of att to set log

This commit is contained in:
ThaumRystra
2024-09-06 17:30:52 +02:00
parent 87527b0677
commit f9c0317b95

View File

@@ -104,7 +104,7 @@ export default async function applyDamagePropTask(
}],
contents: [{
name: title,
value: `${getPropertyTitle(targetProp)} set to ${value}`,
value: `${getPropertyTitle(targetProp)} set from ${targetProp.value} to ${value}`,
inline: true,
...prop.silent && { silenced: true },
}]