Fix scripts !

This commit is contained in:
2026-01-29 11:43:28 +01:00
parent 0e8237c233
commit 752a6701c0
104 changed files with 195 additions and 193 deletions

View File

@@ -4,6 +4,6 @@ this.script.notification(`Utilisé ${uses} fois`)
this.item.setFlag("wfrp4e", "uses", uses);
if (uses >= 3)
{
this.effet.update({"system.transferData.type" : "other"})
this.effect.update({"system.transferData.type" : "other"})
this.script.notification(`Utilisé`);
}