This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
this.actor.update({"system.status.corruption.value" : parseInt(this.actor.system.status.corruption.value) + 1});
|
||||
this.script.notification("Corruption ajoutée");
|
||||
await this.actor.addCondition("prone");
|
||||
await this.actor.addCondition("fatigued");
|
||||
Reference in New Issue
Block a user