Ajout de la commande /voyage et grosse MAJK de la commande /auberge
This commit is contained in:
5
scripts/6maNAmREdataXmo4.js
Normal file
5
scripts/6maNAmREdataXmo4.js
Normal file
@@ -0,0 +1,5 @@
|
||||
if (this.actor.system.status?.ward?.value) {
|
||||
this.actor.system.status.ward.value = Math.max(7, this.actor.system.status.ward.value-1);
|
||||
} else {
|
||||
this.actor.system.status.ward.value = 9;
|
||||
}
|
||||
Reference in New Issue
Block a user