Scripts englisch statt französisch

This commit is contained in:
alzer
2025-05-15 23:03:43 +02:00
parent 0bcbc29f0f
commit d80779f206
503 changed files with 10469 additions and 1616 deletions
+6 -5
View File
@@ -1,6 +1,7 @@
let fatigued = this.actor.hasCondition("fatigued")
if (!fatigued) {
this.actor.addCondition("fatigued")
ui.notifications.notify("Etat Fatigué ajouté à " + this.actor.name + " qui ne peut être enlevé tant que le symptôme de Malaise est présent.")
}
let fatigued = this.actor.hasCondition("fatigued")
if (!fatigued)
{
this.actor.addCondition("fatigued")
ui.notifications.notify("Fatigued added to " + this.actor.name + " which cannot be removed until the Malaise symptom is gone.")
}