Files
wfrp-4e-de/scripts/9Yn9uViEjcuaESJ2.js
T
2025-05-02 12:24:44 +02:00

12 lines
235 B
JavaScript

if (this.item.getFlag("wfrp4e", "failedCool"))
{
this.item.name += " (Aucun PA)"
this.item.system.AP = {
"head": 0,
"lArm": 0,
"rArm": 0,
"lLeg": 0,
"rLeg": 0,
"body": 0
}
}